guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/18: gnu: bbmap: Remove reference to %build-inputs.


From: guix-commits
Subject: 07/18: gnu: bbmap: Remove reference to %build-inputs.
Date: Sun, 5 Dec 2021 09:09:26 -0500 (EST)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit fac4c98699004098f680e74c7fb88d43d759b3d4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Dec 5 12:50:49 2021 +0100

    gnu: bbmap: Remove reference to %build-inputs.
    
    * gnu/packages/bioinformatics.scm (bbmap)[arguments]: Remove reference to
    %build-inputs by using a gexp.
---
 gnu/packages/bioinformatics.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 897789d..e0990bd 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]