gnu: bbmap: Remove reference to %build-inputs.
* gnu/packages/bioinformatics.scm (bbmap)[arguments]: Remove reference to %build-inputs by using a gexp.
This commit is contained in:
parent
b798d90bee
commit
fac4c98699
@ -13268,9 +13268,9 @@ is a Cython wrapper for FIt-SNE.")
|
||||
`(#:build-target "dist"
|
||||
#:tests? #f ; there are none
|
||||
#:make-flags
|
||||
(list (string-append "-Dmpijar="
|
||||
(assoc-ref %build-inputs "java-openmpi")
|
||||
"/lib/mpi.jar"))
|
||||
,#~(list (string-append "-Dmpijar="
|
||||
#$(this-package-input "java-openmpi")
|
||||
"/lib/mpi.jar"))
|
||||
#:modules ((guix build ant-build-system)
|
||||
(guix build utils)
|
||||
(guix build java-utils))
|
||||
|
Loading…
Reference in New Issue
Block a user