[PATCH] gnu: emacs-telega-server: Fix build

  • Done
  • quality assurance status badge
Details
2 participants
  • Aleksandr Vityazev
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Aleksandr Vityazev
Severity
normal

Debbugs page

Aleksandr Vityazev wrote 3 years ago
(address . guix-patches@gnu.org)
d89e43cf88b31edeb598dbf95d0f7bac4e807401.1639720689.git.avityazev@posteo.org
* 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(-)

Toggle diff (21 lines)
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
Nicolas Goaziou wrote 3 years ago
(name . Aleksandr Vityazev)(address . avityazev@posteo.org)(address . 52565-done@debbugs.gnu.org)
87mtkz7jgw.fsf@nicolasgoaziou.fr
Hello,

Aleksandr Vityazev <avityazev@posteo.org> writes:

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

Applied. Thank you!

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 52565@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 52565
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help