mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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 @@ (define-public emacs-mpv
|
|||
#: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…
Reference in a new issue