gnu: sailfish: Remove references to %build-inputs.
* gnu/packages/bioinformatics.scm (sailfish)[arguments]: Use a gexp to remove references to %build-inputs.
This commit is contained in:
parent
39e2a84f52
commit
98d2abe523
1 changed files with 17 additions and 17 deletions
|
@ -9996,11 +9996,11 @@ dependency like SeqAn.")
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list (string-append "-DBOOST_INCLUDEDIR="
|
,#~(list (string-append "-DBOOST_INCLUDEDIR="
|
||||||
(assoc-ref %build-inputs "boost")
|
#$(this-package-input "boost")
|
||||||
"/include/")
|
"/include/")
|
||||||
(string-append "-DBOOST_LIBRARYDIR="
|
(string-append "-DBOOST_LIBRARYDIR="
|
||||||
(assoc-ref %build-inputs "boost")
|
#$(this-package-input "boost")
|
||||||
"/lib/")
|
"/lib/")
|
||||||
(string-append "-DBoost_LIBRARIES="
|
(string-append "-DBoost_LIBRARIES="
|
||||||
"-lboost_iostreams "
|
"-lboost_iostreams "
|
||||||
|
|
Reference in a new issue