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:
Ricardo Wurmus 2021-12-05 12:50:49 +01:00
parent b798d90bee
commit fac4c98699
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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))