guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-forge: Fix build.


From: guix-commits
Subject: 01/01: gnu: emacs-forge: Fix build.
Date: Mon, 18 Nov 2019 22:09:55 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit b44357d02a995153ce8f021b2b67c9e430311620
Author: Maxim Cournoyer <address@hidden>
Date:   Tue Nov 19 12:07:32 2019 +0900

    gnu: emacs-forge: Fix build.
    
    This is a follow up commit to e1d31e6457.
    
    * gnu/packages/emacs-xyz.scm (emacs-forge): Fix build.
---
 gnu/packages/emacs-xyz.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4e68e93..2367303 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17821,9 +17821,7 @@ a suffix) we prefer to call it just a \"transient\".")
              (lambda _
                (substitute* "./Makefile"
                  (("lisp docs") "lisp"))))
-           (add-after 'delete-doc-targets 'emacs-set-emacs-load-path
-             (assoc-ref emacs:%standard-phases 'set-emacs-load-path))
-           (add-after 'emacs-set-emacs-load-path 'chdir-lisp
+           (add-after 'delete-doc-targets 'chdir-lisp
              (lambda _
                (chdir "lisp")))
            (add-after 'chdir-lisp 'emacs-install



reply via email to

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