summaryrefslogtreecommitdiff
path: root/gnu/packages/bioinformatics.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-02-21 18:28:21 +0100
committerRicardo Wurmus <rekado@elephly.net>2017-02-24 23:44:31 +0100
commit1885bb0c08e943a2e0e37c5c0a83473c8af904d0 (patch)
treec28728da69e667716e0c38ecc8e7143eaf8d8db7 /gnu/packages/bioinformatics.scm
parentd6caebc4d63ac8e7ae5e82b1261557e1b6898c10 (diff)
downloadguix-patches-1885bb0c08e943a2e0e37c5c0a83473c8af904d0.tar
guix-patches-1885bb0c08e943a2e0e37c5c0a83473c8af904d0.tar.gz
gnu: python-dendropy: Fix failing tests.
* gnu/packages/patches/python-dendropy-fix-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/bioinformatics.scm (python-dendropy)[source]: Add patch.
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r--gnu/packages/bioinformatics.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 5a1738b936..de6186de27 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1981,7 +1981,8 @@ accessing bigWig files.")
(uri (pypi-uri "DendroPy" version))
(sha256
(base32
- "15c7s3d5gf19ljsxvq5advaa752wfi7pwrdjyhzmg85hccyvp47p"))))
+ "15c7s3d5gf19ljsxvq5advaa752wfi7pwrdjyhzmg85hccyvp47p"))
+ (patches (search-patches "python-dendropy-fix-tests.patch"))))
(build-system python-build-system)
(home-page "http://packages.python.org/DendroPy/")
(synopsis "Library for phylogenetics and phylogenetic computing")