mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-08 06:00:36 +02:00
gnu: emacs-scel: Adjust to changes in emacs-build-system.
* gnu/packages/emacs-xyz.scm (emacs-scel)[#:phases]<configure>: Use elpa-directory. <add-el-dir-to-emacs-load-path>: Adjust location.
This commit is contained in:
@@ -6212,12 +6212,11 @@ to a key in your preferred mode.")
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(substitute* "el/CMakeLists.txt"
|
||||
(("share/emacs/site-lisp/SuperCollider")
|
||||
(string-append
|
||||
"share/emacs/site-lisp")))
|
||||
(elpa-directory (assoc-ref outputs "out"))))
|
||||
((assoc-ref cmake:%standard-phases 'configure)
|
||||
#:outputs outputs
|
||||
#:configure-flags '("-DSC_EL_BYTECOMPILE=OFF"))))
|
||||
(add-after 'add-source-to-load-path 'add-el-dir-to-emacs-load-path
|
||||
(add-after 'expand-load-path 'add-el-dir-to-emacs-load-path
|
||||
(lambda _
|
||||
(setenv "EMACSLOADPATH"
|
||||
(string-append (getcwd) "/el:" (getenv "EMACSLOADPATH")))
|
||||
|
||||
Reference in New Issue
Block a user