mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: youtube-dl: Return #t from phases.
* gnu/packages/video.scm (youtube-dl)[arguments]: Return #t from ‘fix-the-data-directories’ phase.
This commit is contained in:
parent
1c91169094
commit
caa8de70de
1 changed files with 2 additions and 1 deletions
|
@ -1181,7 +1181,8 @@ (define-public youtube-dl
|
|||
(("'etc/")
|
||||
(string-append "'" prefix "/etc/"))
|
||||
(("'share/")
|
||||
(string-append "'" prefix "/share/")))))))))
|
||||
(string-append "'" prefix "/share/")))
|
||||
#t))))))
|
||||
(synopsis "Download videos from YouTube.com and other sites")
|
||||
(description
|
||||
"Youtube-dl is a small command-line program to download videos from
|
||||
|
|
Loading…
Reference in a new issue