mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-yeetube: Update to 2.0.5.
* gnu/packages/emacs-xyz.scm (emacs-yeetube): Update to 2.0.5. [arguments]<#:phases>: Update variable names holding executable locations.
This commit is contained in:
parent
d3021c4538
commit
d0aaa5aacf
1 changed files with 5 additions and 5 deletions
|
@ -27920,7 +27920,7 @@ and comments.")
|
||||||
(define-public emacs-yeetube
|
(define-public emacs-yeetube
|
||||||
(package
|
(package
|
||||||
(name "emacs-yeetube")
|
(name "emacs-yeetube")
|
||||||
(version "2.0.4")
|
(version "2.0.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -27929,7 +27929,7 @@ and comments.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"175yz46gql27y2v02apa1zyzgparzpgrsmw1mbb1nlx0cnf7an79"))
|
"1pb6pb624icnjp7210vqrxj4sb38kydfaxc88bj1xmk1dh332h1k"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -27939,10 +27939,10 @@ and comments.")
|
||||||
(add-after 'unpack 'locate-binaries
|
(add-after 'unpack 'locate-binaries
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(emacs-substitute-variables "yeetube.el"
|
(emacs-substitute-variables "yeetube.el"
|
||||||
("yeetube-yt-dlp"
|
("yeetube-ytdlp"
|
||||||
(search-input-file inputs "/bin/yt-dlp")))
|
(search-input-file inputs "/bin/yt-dlp")))
|
||||||
(substitute* "yeetube-mpv.el"
|
(emacs-substitute-variables "yeetube-mpv.el"
|
||||||
(("\\(executable-find \"mpv\"\\)")
|
("yeetube-mpv-path"
|
||||||
(search-input-file inputs "/bin/mpv"))))))))
|
(search-input-file inputs "/bin/mpv"))))))))
|
||||||
(inputs (list mpv yt-dlp))
|
(inputs (list mpv yt-dlp))
|
||||||
(home-page "https://thanosapollo.com/blog/yeetube/")
|
(home-page "https://thanosapollo.com/blog/yeetube/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue