mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-yeetube: Update to 2.0.9.
* gnu/packages/emacs-xyz.scm (emacs-yeetube): Update to 2.0.9. [arguments]<#:phases>: Skip check looking for mpv and yt-dlp executables. [propagated-inputs]: Add EMACS-COMPAT. Change-Id: I826a2e9f9ab510148c4e29f770394ea7b953fa07
This commit is contained in:
parent
3cee87f947
commit
ddf2c7a1d2
1 changed files with 6 additions and 3 deletions
|
@ -28494,7 +28494,7 @@ and comments.")
|
||||||
(define-public emacs-yeetube
|
(define-public emacs-yeetube
|
||||||
(package
|
(package
|
||||||
(name "emacs-yeetube")
|
(name "emacs-yeetube")
|
||||||
(version "2.0.7")
|
(version "2.0.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -28503,7 +28503,7 @@ and comments.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05w33431dfr1ldcg3yq01qvz0alpv8q88r0dsb278qbwszw9cfz6"))
|
"17475zkvhj7yc3sxv0snmvxf84mkl30l78s28gzzm3j15p806cbd"))
|
||||||
(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
|
||||||
|
@ -28517,8 +28517,11 @@ and comments.")
|
||||||
(search-input-file inputs "/bin/yt-dlp")))
|
(search-input-file inputs "/bin/yt-dlp")))
|
||||||
(emacs-substitute-variables "yeetube-mpv.el"
|
(emacs-substitute-variables "yeetube-mpv.el"
|
||||||
("yeetube-mpv-path"
|
("yeetube-mpv-path"
|
||||||
(search-input-file inputs "/bin/mpv"))))))))
|
(search-input-file inputs "/bin/mpv")))
|
||||||
|
(substitute* "yeetube-mpv.el"
|
||||||
|
(("\\(yeetube-mpv-check\\)") "")))))))
|
||||||
(inputs (list mpv yt-dlp))
|
(inputs (list mpv yt-dlp))
|
||||||
|
(propagated-inputs (list emacs-compat))
|
||||||
(home-page "https://thanosapollo.com/blog/yeetube/")
|
(home-page "https://thanosapollo.com/blog/yeetube/")
|
||||||
(synopsis "Youtube and Invidious front-end for Emacs")
|
(synopsis "Youtube and Invidious front-end for Emacs")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue