mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 05:09:33 -05:00
gnu: jellyfish: Replace reference to %outputs.
* gnu/packages/bioinformatics.scm (jellyfish)[arguments]: Use a gexp.
This commit is contained in:
parent
7c2ee27360
commit
5cb2920b8d
1 changed files with 2 additions and 3 deletions
|
@ -5014,9 +5014,8 @@ (define-public jellyfish
|
||||||
"python")) ;for Python bindings
|
"python")) ;for Python bindings
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list "--without-sse" ; configure script probes for CPU features when SSE is enabled.
|
,#~(list "--without-sse" ; configure script probes for CPU features when SSE is enabled.
|
||||||
(string-append "--enable-python-binding="
|
(string-append "--enable-python-binding=" #$output:python))
|
||||||
(assoc-ref %outputs "python")))
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'check 'set-SHELL-variable
|
(add-before 'check 'set-SHELL-variable
|
||||||
|
|
Loading…
Reference in a new issue