mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
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
1 changed files with 3 additions and 3 deletions
|
@ -13268,9 +13268,9 @@ (define-public bbmap
|
||||||
`(#:build-target "dist"
|
`(#:build-target "dist"
|
||||||
#:tests? #f ; there are none
|
#:tests? #f ; there are none
|
||||||
#:make-flags
|
#:make-flags
|
||||||
(list (string-append "-Dmpijar="
|
,#~(list (string-append "-Dmpijar="
|
||||||
(assoc-ref %build-inputs "java-openmpi")
|
#$(this-package-input "java-openmpi")
|
||||||
"/lib/mpi.jar"))
|
"/lib/mpi.jar"))
|
||||||
#:modules ((guix build ant-build-system)
|
#:modules ((guix build ant-build-system)
|
||||||
(guix build utils)
|
(guix build utils)
|
||||||
(guix build java-utils))
|
(guix build java-utils))
|
||||||
|
|
Loading…
Reference in a new issue