mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 12:20:41 -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"
|
||||
#: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 a new issue