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:
Tobias Geerinckx-Rice 2018-01-21 16:42:41 +01:00
parent 1c91169094
commit caa8de70de
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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