gnu: synergy: Fix build failure.
* gnu/packages/synergy.scm (synergy)[arguments]: Prepend to CPLUS_INCLUDE_PATH instead of overriding it.master
parent
57f24c200f
commit
ba66eec741
|
@ -63,7 +63,8 @@
|
|||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(setenv "CPLUS_INCLUDE_PATH"
|
||||
(string-append (assoc-ref inputs "avahi")
|
||||
"/include/avahi-compat-libdns_sd"))
|
||||
"/include/avahi-compat-libdns_sd:"
|
||||
(or (getenv "CPLUS_INCLUDE_PATH") "")))
|
||||
#t)))))
|
||||
(inputs
|
||||
`(("avahi" ,avahi)
|
||||
|
|
Reference in New Issue