mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01: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 @@ (define-public emacs-ytel-show
|
|||
(define-public emacs-yeetube
|
||||
(package
|
||||
(name "emacs-yeetube")
|
||||
(version "2.0.7")
|
||||
(version "2.0.9")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -28503,7 +28503,7 @@ (define-public emacs-yeetube
|
|||
(commit version)))
|
||||
(sha256
|
||||
(base32
|
||||
"05w33431dfr1ldcg3yq01qvz0alpv8q88r0dsb278qbwszw9cfz6"))
|
||||
"17475zkvhj7yc3sxv0snmvxf84mkl30l78s28gzzm3j15p806cbd"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
|
@ -28517,8 +28517,11 @@ (define-public emacs-yeetube
|
|||
(search-input-file inputs "/bin/yt-dlp")))
|
||||
(emacs-substitute-variables "yeetube-mpv.el"
|
||||
("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))
|
||||
(propagated-inputs (list emacs-compat))
|
||||
(home-page "https://thanosapollo.com/blog/yeetube/")
|
||||
(synopsis "Youtube and Invidious front-end for Emacs")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue