guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-telega-server: Fix build


From: guix-commits
Subject: branch master updated: gnu: emacs-telega-server: Fix build
Date: Fri, 17 Dec 2021 02:55:20 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1028b82  gnu: emacs-telega-server: Fix build
1028b82 is described below

commit 1028b82530375275c631d8434943e9eee60e4ae3
Author: Aleksandr Vityazev <avityazev@posteo.org>
AuthorDate: Fri Dec 17 05:58:35 2021 +0000

    gnu: emacs-telega-server: Fix build
    
    * gnu/packages/emacs-xyz (emacs-telega-server)[arguments]:
    use ungexp instead of unqoute.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 cb70c5d..ba0e800 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26702,7 +26702,7 @@ other @code{helm-type-file} sources such as 
@code{helm-locate}.")
       (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]