gnu: biobambam2: Remove reference to %build-inputs.
* gnu/packages/bioinformatics.scm (biobambam2)[arguments]: Remove reference to %build-inputs by using a gexp.
This commit is contained in:
parent
a8b60bd475
commit
c9892edceb
1 changed files with 2 additions and 2 deletions
|
@ -11659,8 +11659,8 @@ and many lower level support classes.
|
||||||
;; The test suite attempts to execute ../test-driver, which does not exist.
|
;; The test suite attempts to execute ../test-driver, which does not exist.
|
||||||
`(#:tests? #false
|
`(#:tests? #false
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
(list (string-append "--with-libmaus2="
|
,#~(list (string-append "--with-libmaus2="
|
||||||
(assoc-ref %build-inputs "libmaus2")))))
|
#$(this-package-input "libmaus2")))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libmaus2" ,libmaus2)
|
`(("libmaus2" ,libmaus2)
|
||||||
("xerces-c" ,xerces-c)))
|
("xerces-c" ,xerces-c)))
|
||||||
|
|
Reference in a new issue