mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
gnu: emacs-mpv: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-mpv)[arguments]: Don't refer to nonexistent 'set-mpv-el-version' phase. Change-Id: I00751b6f592c6466689d0aeb3783256b45bad45d
This commit is contained in:
@@ -40653,7 +40653,7 @@ using mypy.")
|
||||
#:tests? #f ;there are no tests
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'set-mpv-el-version 'patch-exec-paths
|
||||
(add-after 'unpack 'patch-exec-paths
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(emacs-substitute-variables "mpv.el"
|
||||
("mpv-executable"
|
||||
|
||||
Reference in New Issue
Block a user