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
|
@ -1181,7 +1181,8 @@ access to mpv's powerful playback capabilities.")
|
||||||
(("'etc/")
|
(("'etc/")
|
||||||
(string-append "'" prefix "/etc/"))
|
(string-append "'" prefix "/etc/"))
|
||||||
(("'share/")
|
(("'share/")
|
||||||
(string-append "'" prefix "/share/")))))))))
|
(string-append "'" prefix "/share/")))
|
||||||
|
#t))))))
|
||||||
(synopsis "Download videos from YouTube.com and other sites")
|
(synopsis "Download videos from YouTube.com and other sites")
|
||||||
(description
|
(description
|
||||||
"Youtube-dl is a small command-line program to download videos from
|
"Youtube-dl is a small command-line program to download videos from
|
||||||
|
|
Loading…
Reference in New Issue