diff options
author | Marius Bakke <[email protected]> | 2021-12-13 19:19:52 +0100 |
---|---|---|
committer | Marius Bakke <[email protected]> | 2021-12-13 23:28:58 +0100 |
commit | 99e0c4bc74670f9c25567781a3b243e6145f9406 (patch) | |
tree | 58a0eb1378185123536ee9964c668edc83b91edc /gnu/local.mk | |
parent | 5940d4cfed213d87e7462b4d54e3bfcc985745d3 (diff) |
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.mk | 1 |
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 \ |