mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: ciri-long: Adapt to python-levenshtein update.
* gnu/packages/bioinformatics.scm (ciri-long)[arguments] <#:phases>: In phase 'relax-requirements, add python-levenshtein patch. Change-Id: If16df4f97f42eaf51c3bd73020c5a7c3d0d01b64 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
6f3dc1200d
commit
b74285d789
1 changed files with 4 additions and 1 deletions
|
|
@ -4893,7 +4893,10 @@ consensus sequences.")
|
|||
(("'argparse[^']*',")
|
||||
"") ;only for python2
|
||||
(("==")
|
||||
">="))))
|
||||
">=")
|
||||
;; This package changed names.
|
||||
(("python-Levenshtein")
|
||||
"levenshtein"))))
|
||||
(add-before 'build 'build-libssw
|
||||
(lambda _
|
||||
(with-directory-excursion "libs/striped_smith_waterman"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue