1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-03 12:54:07 +02: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:
Ricardo Wurmus
2021-12-05 12:46:36 +01:00
parent a8b60bd475
commit c9892edceb
+2 -2
View File
@@ -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)))