me
/
guix
Archived
1
0
Fork 0

gnu: minimap2: Fix cond expression for Guile 3 compatibility.

* gnu/packages/bioinformatics.scm (minimap2)[arguments]: Make the last COND
test the symbol else instead of _.
master
Marius Bakke 2020-04-09 00:40:48 +02:00
parent 1ee45e62ec
commit bdb56513e7
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -13172,7 +13172,7 @@ version does count multisplits.")
((or (string-prefix? "armhf" system)
(string-prefix? "aarch64" system))
"arm_neon=1")
(_ "sse2only=1"))))
(else "sse2only=1"))))
#:phases
(modify-phases %standard-phases
(delete 'configure)