~ruther/guix-local

b74285d78934463ff341ba9e6b0373104930653f — Nicolas Graves 6 months ago 6f3dc12
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>
1 files changed, 4 insertions(+), 1 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +4 -1
@@ 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"