me
/
guix
Archived
1
0
Fork 0

gnu: jellyfish: Remove confusing quoting syntax.

* gnu/packages/bioinformatics.scm (jellyfish)[arguments]: Do not mix
quasiquote with gexp.
Ricardo Wurmus 2023-02-13 23:08:21 +01:00
parent 661e995c70
commit 67d2f688fb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 5 deletions

View File

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