gnu: sailfish: Fix build failure.

* gnu/packages/bioinformatics.scm (sailfish)[arguments]: Prepend to
CPLUS_INCLUDE_PATH instead of overriding it.
This commit is contained in:
Marius Bakke 2020-04-03 19:11:05 +02:00
parent 76f5cef359
commit f12f7a0464
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -11882,7 +11882,8 @@ (define-public sailfish
;; Ensure that Eigen headers can be found
(setenv "CPLUS_INCLUDE_PATH"
(string-append (assoc-ref inputs "eigen")
"/include/eigen3"))
"/include/eigen3:"
(or (getenv "CPLUS_INCLUDE_PATH") "")))
#t)))))
(inputs
`(("boost" ,boost)