guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: straw-viewer: Move youtube-dl to propagated


From: guix-commits
Subject: branch master updated: gnu: straw-viewer: Move youtube-dl to propagated inputs.
Date: Sun, 20 Dec 2020 16:11:41 -0500

This is an automated email from the git hooks/post-receive script.

brettgilio pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0717ab7  gnu: straw-viewer: Move youtube-dl to propagated inputs.
0717ab7 is described below

commit 0717ab7615b1e4201bf4e4a2997213ed7bb65f4b
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Sun Dec 20 15:10:58 2020 -0600

    gnu: straw-viewer: Move youtube-dl to propagated inputs.
    
    * gnu/packages/video.scm (straw-viewer)[propagated-inputs]: Add youtube-dl.
---
 gnu/packages/video.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index bde4573..9d69973 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1032,13 +1032,13 @@ H.264 (MPEG-4 AVC) video streams.")
        ("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)



reply via email to

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