GNU bug report logs - #52565
[PATCH] gnu: emacs-telega-server: Fix build

Previous Next

Package: guix-patches;

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

Date: Fri, 17 Dec 2021 05:59:02 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: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#52565: closed ([PATCH] gnu: emacs-telega-server: Fix build)
Date: Fri, 17 Dec 2021 07:57:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 17 Dec 2021 08:56:31 +0100
with message-id <87mtkz7jgw.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#52565] [PATCH] gnu: emacs-telega-server: Fix build
has caused the debbugs.gnu.org bug report #52565,
regarding [PATCH] gnu: emacs-telega-server: Fix build
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
52565: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52565
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Aleksandr Vityazev <avityazev <at> posteo.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: emacs-telega-server: Fix build
Date: Fri, 17 Dec 2021 05:58:35 +0000
* gnu/packages/emacs-xyz (emacs-telega-server)[arguments]:
use ungexp instead of unqoute.
---
 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 cb70c5dc9d..ba0e800743 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26702,7 +26702,7 @@ (define-public emacs-telega-server
       (arguments
        (list
         #:make-flags
-        #~(list (string-append "CC=" ,(cc-for-target))
+        #~(list (string-append "CC=" #$(cc-for-target))
                 (string-append "INSTALL_PREFIX=" #$output "/bin"))
         #:phases
         #~(modify-phases %standard-phases
-- 
2.34.0



-- 

Aleksandr Vityazev


[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Aleksandr Vityazev <avityazev <at> posteo.org>
Cc: 52565-done <at> debbugs.gnu.org
Subject: Re: [bug#52565] [PATCH] gnu: emacs-telega-server: Fix build
Date: Fri, 17 Dec 2021 08:56:31 +0100
Hello,

Aleksandr Vityazev <avityazev <at> posteo.org> writes:

> * gnu/packages/emacs-xyz (emacs-telega-server)[arguments]:
> use ungexp instead of unqoute.

Applied. Thank you!

Regards,
-- 
Nicolas Goaziou


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

Previous Next


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