gnu: emacs-scel: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-scel): Refer to the updated installation directory.
This commit is contained in:
parent
c63d4725d1
commit
e18aeb416d
1 changed files with 1 additions and 1 deletions
|
@ -4117,7 +4117,7 @@ to a key in your preferred mode.")
|
|||
(substitute* "el/CMakeLists.txt"
|
||||
(("share/emacs/site-lisp/SuperCollider")
|
||||
(string-append
|
||||
"share/emacs/site-lisp/guix.d/scel-" ,version)))
|
||||
"share/emacs/site-lisp")))
|
||||
((assoc-ref cmake:%standard-phases 'configure)
|
||||
#:outputs outputs
|
||||
#:configure-flags '("-DSC_EL_BYTECOMPILE=OFF"))))
|
||||
|
|
Reference in a new issue