mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: emacs-scel: Fix build.
This is a follow up commit to e1d31e6457
.
* gnu/packages/emacs-xyz.scm (emacs-scel): Fix build.
This commit is contained in:
parent
1bb39982f1
commit
418febb54f
1 changed files with 1 additions and 1 deletions
|
@ -4096,7 +4096,7 @@ (define-public emacs-scel
|
|||
((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")))
|
||||
|
|
Loading…
Reference in a new issue