mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
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>
This commit is contained in:
parent
a7c5df90a9
commit
1028b82530
1 changed files with 1 additions and 1 deletions
|
@ -26702,7 +26702,7 @@ (define-public emacs-telega-server
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:make-flags
|
#:make-flags
|
||||||
#~(list (string-append "CC=" ,(cc-for-target))
|
#~(list (string-append "CC=" #$(cc-for-target))
|
||||||
(string-append "INSTALL_PREFIX=" #$output "/bin"))
|
(string-append "INSTALL_PREFIX=" #$output "/bin"))
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in a new issue