GNU bug report logs - #52776
[PATCH] gnu: emacs-scel: Fix build.

Previous Next

Package: guix-patches;

Reported by: Aleksandr Vityazev <avityazev <at> posteo.org>

Date: Fri, 24 Dec 2021 13:41:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Aleksandr Vityazev <avityazev <at> posteo.org>
Subject: bug#52776: closed (Re: [bug#52776] [PATCH] gnu: emacs-scel: Fix
 build.)
Date: Sun, 26 Dec 2021 19:36:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#52776: [PATCH] gnu: emacs-scel: Fix build.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 52776 <at> debbugs.gnu.org.

-- 
52776: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52776
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Aleksandr Vityazev <avityazev <at> posteo.org>
Cc: 52776-done <at> debbugs.gnu.org
Subject: Re: [bug#52776] [PATCH] gnu: emacs-scel: Fix build.
Date: Sun, 26 Dec 2021 20:35:09 +0100
Hello,

Aleksandr Vityazev <avityazev <at> 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

[Message part 3 (message/rfc822, inline)]
From: Aleksandr Vityazev <avityazev <at> posteo.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: emacs-scel: Fix build.
Date: Fri, 24 Dec 2021 13:41:07 +0000
* 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



This bug report was last modified 3 years and 147 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.