1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-10 15:10:37 +02:00

gnu: emacs-scel: Fix build.

* gnu/packages/emacs-xyz (emacs-scel): [arguments] <#:phases>:
Use a lambda* with an outputs key in configure phase.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Aleksandr Vityazev
2021-12-24 13:41:07 +00:00
committed by Nicolas Goaziou
parent ea780316b0
commit 74065778bb

View File

@@ -6787,7 +6787,7 @@ to a key in your preferred mode.")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'configure
(lambda _
(lambda* (#:key outputs #:allow-other-keys)
(substitute* "el/CMakeLists.txt"
(("share/emacs/site-lisp/SuperCollider")
(elpa-directory #$output)))