guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Revert "gnu: youtube-dl: Add 'ffmpeg' as input."


From: guix-commits
Subject: branch master updated: Revert "gnu: youtube-dl: Add 'ffmpeg' as input."
Date: Mon, 23 Mar 2020 16:51:51 -0400

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

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new acd595c  Revert "gnu: youtube-dl: Add 'ffmpeg' as input."
acd595c is described below

commit acd595c2375c8a9134a376eb92dec694c8fada3c
Author: Mathieu Othacehe <address@hidden>
AuthorDate: Mon Mar 23 21:49:45 2020 +0100

    Revert "gnu: youtube-dl: Add 'ffmpeg' as input."
    
    This reverts commit 4233e74b39635d5ef4dde204ecc26dcc894d9467.
---
 gnu/packages/video.scm | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index cb575a7..a97d330 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1681,17 +1681,7 @@ To load this plugin, specify the following option when 
starting mpv:
                         (mkdir-p zsh)
                         (copy-file "youtube-dl.zsh"
                                    (string-append zsh "/_youtube-dl"))
-                        #t)))
-                  (add-after 'install 'wrap-executable
-                    (lambda* (#:key inputs outputs #:allow-other-keys)
-                      (let ((out (assoc-ref outputs "out"))
-                            (ffmpeg (assoc-ref inputs "ffmpeg")))
-                        (wrap-program (string-append out "/bin/youtube-dl")
-                          `("PATH" ":" prefix
-                            ,(list (string-append ffmpeg "/bin")))))
-                      #t)))))
-    (inputs
-     `(("ffmpeg" ,ffmpeg)))
+                        #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]