all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Aleksandr Vityazev <avityazev@posteo.org>
To: 52565@debbugs.gnu.org
Subject: [bug#52565] [PATCH] gnu: emacs-telega-server: Fix build
Date: Fri, 17 Dec 2021 05:58:35 +0000	[thread overview]
Message-ID: <d89e43cf88b31edeb598dbf95d0f7bac4e807401.1639720689.git.avityazev@posteo.org> (raw)

* 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




             reply	other threads:[~2021-12-17  5:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-17  5:58 Aleksandr Vityazev [this message]
2021-12-17  7:56 ` bug#52565: [PATCH] gnu: emacs-telega-server: Fix build Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d89e43cf88b31edeb598dbf95d0f7bac4e807401.1639720689.git.avityazev@posteo.org \
    --to=avityazev@posteo.org \
    --cc=52565@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.