mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +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:
parent
5bf46cd473
commit
4941bbd675
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue