mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05: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:
parent
ea780316b0
commit
74065778bb
1 changed files with 1 additions and 1 deletions
|
@ -6787,7 +6787,7 @@ (define-public emacs-scel
|
|||
#: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)))
|
||||
|
|
Loading…
Reference in a new issue