guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-scel: Fix build.


From: guix-commits
Subject: 01/02: gnu: emacs-scel: Fix build.
Date: Mon, 18 Nov 2019 23:01:14 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 418febb54fb4857eeaaa759fb9804f7fe73a0d63
Author: Maxim Cournoyer <address@hidden>
Date:   Tue Nov 19 12:55:04 2019 +0900

    gnu: emacs-scel: Fix build.
    
    This is a follow up commit to e1d31e6457.
    
    * gnu/packages/emacs-xyz.scm (emacs-scel): 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 85797b2..df5c3d5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4096,7 +4096,7 @@ to a key in your preferred mode.")
                ((assoc-ref cmake:%standard-phases 'configure)
                 #:outputs outputs
                 #:configure-flags '("-DSC_EL_BYTECOMPILE=OFF"))))
-           (add-after 'set-emacs-load-path 'add-el-dir-to-emacs-load-path
+           (add-after 'add-source-to-load-path 'add-el-dir-to-emacs-load-path
              (lambda _
                (setenv "EMACSLOADPATH"
                        (string-append (getcwd) "/el:" (getenv 
"EMACSLOADPATH")))



reply via email to

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