summary refs log tree commit diff
path: root/gnu/packages/bioinformatics.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-12-04 00:19:08 +0100
committerRicardo Wurmus <rekado@elephly.net>2021-12-04 00:19:08 +0100
commit5cb2920b8dc61648eb8e61dadd2ee0b38ee93915 (patch)
tree8ca1631a0ca3659001213b39e079fd5f022d1184 /gnu/packages/bioinformatics.scm
parent7c2ee273600a6a39f08bbef9d9fd4497f0bcbbb5 (diff)
downloadguix-5cb2920b8dc61648eb8e61dadd2ee0b38ee93915.tar.gz
gnu: jellyfish: Replace reference to %outputs.
* gnu/packages/bioinformatics.scm (jellyfish)[arguments]: Use a gexp.
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r--gnu/packages/bioinformatics.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 52d8d80967..9d8a33df3f 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