gnu: jellyfish: Remove confusing quoting syntax.
* gnu/packages/bioinformatics.scm (jellyfish)[arguments]: Do not mix quasiquote with gexp.
This commit is contained in:
parent
661e995c70
commit
67d2f688fb
@ -5539,11 +5539,12 @@ experiments and provide highly stable thresholds based on reproducibility.")
|
||||
(outputs '("out" ;for library
|
||||
"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=" #$output:python))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(list
|
||||
#:configure-flags
|
||||
#~(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
|
||||
(lambda _
|
||||
;; generator_manager.hpp either uses /bin/sh or $SHELL
|
||||
|
Loading…
Reference in New Issue
Block a user