mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
|
||||
`(#:tests? #false
|
||||
#:configure-flags
|
||||
(list (string-append "--with-libmaus2="
|
||||
(assoc-ref %build-inputs "libmaus2")))))
|
||||
,#~(list (string-append "--with-libmaus2="
|
||||
#$(this-package-input "libmaus2")))))
|
||||
(inputs
|
||||
`(("libmaus2" ,libmaus2)
|
||||
("xerces-c" ,xerces-c)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue