summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2021-12-13 19:19:52 +0100
committerMarius Bakke <marius@gnu.org>2021-12-13 23:28:58 +0100
commit99e0c4bc74670f9c25567781a3b243e6145f9406 (patch)
tree58a0eb1378185123536ee9964c668edc83b91edc /gnu/local.mk
parent5940d4cfed213d87e7462b4d54e3bfcc985745d3 (diff)
downloadguix-patches-99e0c4bc74670f9c25567781a3b243e6145f9406.tar
guix-patches-99e0c4bc74670f9c25567781a3b243e6145f9406.tar.gz
gnu: python-versioneer: Add support for Guix build directories.
* gnu/packages/patches/python-versioneer-guix-support.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python-xyz.scm (python-versioneer)[source](patches): New field.
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 7e1cedf186..56ae2c3c76 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1691,6 +1691,7 @@ dist_patch_DATA = \
%D%/packages/patches/python2-subprocess32-disable-input-test.patch \
%D%/packages/patches/python-unittest2-python3-compat.patch \
%D%/packages/patches/python-unittest2-remove-argparse.patch \
+ %D%/packages/patches/python-versioneer-guix-support.patch \
%D%/packages/patches/python-waitress-fix-tests.patch \
%D%/packages/patches/python-werkzeug-tests.patch \
%D%/packages/patches/qemu-build-info-manual.patch \