guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: emacs-realgud: Fix build.


From: guix-commits
Subject: 02/02: gnu: emacs-realgud: Fix build.
Date: Mon, 18 Nov 2019 22:46:11 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 1bb39982f185c54059e9d20f85b26691002c2578
Author: Maxim Cournoyer <address@hidden>
Date:   Tue Nov 19 12:44:00 2019 +0900

    gnu: emacs-realgud: Fix build.
    
    This is a follow up commit to e1d31e6457.
    
    * gnu/packages/emacs-xyz.scm (emacs-realgud): Fix build.
---
 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 451bb78..85797b2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5225,7 +5225,7 @@ after buffer changes.")
      `(#:tests? #t
        #:phases
        (modify-phases %standard-phases
-         (add-after 'set-emacs-load-path 'fix-autogen-script
+         (add-after 'unpack 'fix-autogen-script
            (lambda _
              (substitute* "autogen.sh"
                (("./configure") "sh configure"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]