summaryrefslogtreecommitdiff
path: root/gnu/local.mk
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/local.mk
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/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 63eb56cc51..899dc06b8e 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -853,6 +853,7 @@ dist_patch_DATA = \
%D%/packages/patches/python-3-search-paths.patch \
%D%/packages/patches/python-3.4-fix-tests.patch \
%D%/packages/patches/python-3.5-fix-tests.patch \
+ %D%/packages/patches/python-dendropy-fix-tests.patch \
%D%/packages/patches/python-file-double-encoding-bug.patch \
%D%/packages/patches/python-fix-tests.patch \
%D%/packages/patches/python-parse-too-many-fields.patch \