me
/
guix
Archived
1
0
Fork 0

gnu: sailfish: Remove references to %build-inputs.

* gnu/packages/bioinformatics.scm (sailfish)[arguments]: Use a gexp to remove
references to %build-inputs.
master
Ricardo Wurmus 2021-12-04 19:53:18 +01:00
parent 39e2a84f52
commit 98d2abe523
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 17 additions and 17 deletions

View File

@ -9996,11 +9996,11 @@ dependency like SeqAn.")
(build-system cmake-build-system)
(arguments
`(#:configure-flags
(list (string-append "-DBOOST_INCLUDEDIR="
(assoc-ref %build-inputs "boost")
,#~(list (string-append "-DBOOST_INCLUDEDIR="
#$(this-package-input "boost")
"/include/")
(string-append "-DBOOST_LIBRARYDIR="
(assoc-ref %build-inputs "boost")
#$(this-package-input "boost")
"/lib/")
(string-append "-DBoost_LIBRARIES="
"-lboost_iostreams "