gnu: straw-viewer: Move youtube-dl to propagated inputs.
* gnu/packages/video.scm (straw-viewer)[propagated-inputs]: Add youtube-dl.
This commit is contained in:
parent
b6d96be80c
commit
0717ab7615
1 changed files with 7 additions and 7 deletions
|
@ -1032,13 +1032,13 @@ H.264 (MPEG-4 AVC) video streams.")
|
||||||
("perl-mozilla-ca" ,perl-mozilla-ca)
|
("perl-mozilla-ca" ,perl-mozilla-ca)
|
||||||
("perl-term-readline-gnu" ,perl-term-readline-gnu)
|
("perl-term-readline-gnu" ,perl-term-readline-gnu)
|
||||||
("perl-unicode-linebreak" ,perl-unicode-linebreak)
|
("perl-unicode-linebreak" ,perl-unicode-linebreak)
|
||||||
("xdg-utils" ,xdg-utils)
|
("xdg-utils" ,xdg-utils)))
|
||||||
|
;; Required only when building the graphical interface (--gtk).
|
||||||
;; Some videos play without youtube-dl, but others silently fail to.
|
;;("perl-file-sharedir" ,perl-file-sharedir)
|
||||||
("youtube-dl" ,youtube-dl)))
|
|
||||||
|
;; Some videos play without youtube-dl, but others silently fail to.
|
||||||
;; Required only when building the graphical interface (--gtk).
|
(propagated-inputs
|
||||||
;;("perl-file-sharedir" ,perl-file-sharedir)
|
`(("youtube-dl" ,youtube-dl)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build perl-build-system)
|
`(#:modules ((guix build perl-build-system)
|
||||||
(guix build utils)
|
(guix build utils)
|
||||||
|
|
Reference in a new issue