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 @@ (define-public jellyfish "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