guix-commits
[Top][All Lists]
Advanced

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

14/19: gnu: jellyfish: Replace reference to %outputs.


From: guix-commits
Subject: 14/19: gnu: jellyfish: Replace reference to %outputs.
Date: Fri, 3 Dec 2021 18:33:49 -0500 (EST)

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

commit 5cb2920b8dc61648eb8e61dadd2ee0b38ee93915
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Dec 4 00:19:08 2021 +0100

    gnu: jellyfish: Replace reference to %outputs.
    
    * gnu/packages/bioinformatics.scm (jellyfish)[arguments]: Use a gexp.
---
 gnu/packages/bioinformatics.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 52d8d80..9d8a33d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5014,9 +5014,8 @@ experiments and provide highly stable thresholds based on 
reproducibility.")
                "python")) ;for Python bindings
     (arguments
      `(#:configure-flags
-       (list "--without-sse" ; configure script probes for CPU features when 
SSE is enabled.
-             (string-append "--enable-python-binding="
-                            (assoc-ref %outputs "python")))
+       ,#~(list "--without-sse" ; configure script probes for CPU features 
when SSE is enabled.
+                (string-append "--enable-python-binding=" #$output:python))
        #:phases
        (modify-phases %standard-phases
          (add-before 'check 'set-SHELL-variable



reply via email to

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