all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [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

* bug#52776: [PATCH] gnu: emacs-scel: Fix build.
  2021-12-24 13:41 [bug#52776] [PATCH] gnu: emacs-scel: Fix build Aleksandr Vityazev
@ 2021-12-26 19:35 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-12-26 19:35 UTC (permalink / raw)
  To: Aleksandr Vityazev; +Cc: 52776-done

Hello,

Aleksandr Vityazev <avityazev@posteo.org> writes:

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

Applied. Thanks!

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.