diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-02-21 18:28:21 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-02-24 23:44:31 +0100 |
commit | 1885bb0c08e943a2e0e37c5c0a83473c8af904d0 (patch) | |
tree | c28728da69e667716e0c38ecc8e7143eaf8d8db7 /gnu/packages/bioinformatics.scm | |
parent | d6caebc4d63ac8e7ae5e82b1261557e1b6898c10 (diff) | |
download | guix-1885bb0c08e943a2e0e37c5c0a83473c8af904d0.tar guix-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.scm | 3 |
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") |