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
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user