iyzsong pushed a commit to branch core-updates
in repository guix.

commit 8077d54d6c92edf943b504af84e575ff0bbc71ef
Author: 宋文武 <iyzs...@member.fsf.org>
AuthorDate: Wed Jun 19 14:41:13 2024 +0800

    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
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 529358a05b..cf4c07b188 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -39693,7 +39693,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"

Reply via email to