* [bug#52776] [PATCH] gnu: emacs-scel: Fix build.
@ 2021-12-24 13:41 Aleksandr Vityazev
2021-12-26 19:35 ` bug#52776: " Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Aleksandr Vityazev @ 2021-12-24 13:41 UTC (permalink / raw)
To: 52776
* gnu/packages/emacs-xyz (emacs-scel): [arguments] <#:phases>:
Use a lambda* with an outputs key in configure phase.
---
gnu/packages/emacs-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 77efc63283..08aee5aced 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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)))
--
2.34.0
--
Aleksandr Vityazev
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-12-26 19:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-24 13:41 [bug#52776] [PATCH] gnu: emacs-scel: Fix build Aleksandr Vityazev
2021-12-26 19:35 ` bug#52776: " Nicolas Goaziou
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).