mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
Revert "gnu: youtube-dl: Add 'ffmpeg' as input."
This reverts commit 4233e74b39
.
This commit is contained in:
parent
a11237e40a
commit
acd595c237
1 changed files with 1 additions and 11 deletions
|
@ -1681,17 +1681,7 @@ (define-public youtube-dl
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue