me
/
guix
Archived
1
0
Fork 0

gnu: jellyfish: Replace reference to %outputs.

* gnu/packages/bioinformatics.scm (jellyfish)[arguments]: Use a gexp.
master
Ricardo Wurmus 2021-12-04 00:19:08 +01:00
parent 7c2ee27360
commit 5cb2920b8d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 3 deletions

View File

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