guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/11: gnu: youtube-dl: Return #t from phases.


From: Tobias Geerinckx-Rice
Subject: 06/11: gnu: youtube-dl: Return #t from phases.
Date: Sun, 21 Jan 2018 16:33:21 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit caa8de70de6c1dffa28ed7555eb363dd97510191
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Jan 21 16:42:41 2018 +0100

    gnu: youtube-dl: Return #t from phases.
    
    * gnu/packages/video.scm (youtube-dl)[arguments]: Return #t from
    ‘fix-the-data-directories’ phase.
---
 gnu/packages/video.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index c5ef142..e7285e5 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1181,7 +1181,8 @@ access to mpv's powerful playback capabilities.")
                           (("'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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]