mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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 @@ (define-public straw-viewer
|
|||
("perl-mozilla-ca" ,perl-mozilla-ca)
|
||||
("perl-term-readline-gnu" ,perl-term-readline-gnu)
|
||||
("perl-unicode-linebreak" ,perl-unicode-linebreak)
|
||||
("xdg-utils" ,xdg-utils)
|
||||
|
||||
;; Some videos play without youtube-dl, but others silently fail to.
|
||||
("youtube-dl" ,youtube-dl)))
|
||||
|
||||
;; Required only when building the graphical interface (--gtk).
|
||||
;;("perl-file-sharedir" ,perl-file-sharedir)
|
||||
("xdg-utils" ,xdg-utils)))
|
||||
;; Required only when building the graphical interface (--gtk).
|
||||
;;("perl-file-sharedir" ,perl-file-sharedir)
|
||||
|
||||
;; Some videos play without youtube-dl, but others silently fail to.
|
||||
(propagated-inputs
|
||||
`(("youtube-dl" ,youtube-dl)))
|
||||
(arguments
|
||||
`(#:modules ((guix build perl-build-system)
|
||||
(guix build utils)
|
||||
|
|
Loading…
Reference in a new issue