unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#52565] [PATCH] gnu: emacs-telega-server: Fix build
@ 2021-12-17  5:58 Aleksandr Vityazev
  2021-12-17  7:56 ` bug#52565: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Aleksandr Vityazev @ 2021-12-17  5:58 UTC (permalink / raw)
  To: 52565

* 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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#52565: [PATCH] gnu: emacs-telega-server: Fix build
  2021-12-17  5:58 [bug#52565] [PATCH] gnu: emacs-telega-server: Fix build Aleksandr Vityazev
@ 2021-12-17  7:56 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-12-17  7:56 UTC (permalink / raw)
  To: Aleksandr Vityazev; +Cc: 52565-done

Hello,

Aleksandr Vityazev <avityazev@posteo.org> writes:

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

Applied. Thank you!

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-17  7:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-17  5:58 [bug#52565] [PATCH] gnu: emacs-telega-server: Fix build Aleksandr Vityazev
2021-12-17  7:56 ` bug#52565: " 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).