me
/
guix
Archived
1
0
Fork 0

gnu: sailfish: Fix build failure.

* gnu/packages/bioinformatics.scm (sailfish)[arguments]: Prepend to
CPLUS_INCLUDE_PATH instead of overriding it.
master
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
1 changed files with 2 additions and 1 deletions

View File

@ -11882,7 +11882,8 @@ dependency like SeqAn.")
;; 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)