diff options
author | Marius Bakke <marius@gnu.org> | 2021-12-13 19:19:52 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-12-13 23:28:58 +0100 |
commit | 99e0c4bc74670f9c25567781a3b243e6145f9406 (patch) | |
tree | 58a0eb1378185123536ee9964c668edc83b91edc /gnu/packages/python-xyz.scm | |
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/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c364c14681..72c2809fb4 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -26014,7 +26014,8 @@ applications with variable CPU loads).") (uri (pypi-uri "versioneer" version)) (sha256 (base32 - "084fglxafbzvf1vbkzfajvs9qwnvjwwn8pxql9nrlpyipv5xpwk4")))) + "084fglxafbzvf1vbkzfajvs9qwnvjwwn8pxql9nrlpyipv5xpwk4")) + (patches (search-patches "python-versioneer-guix-support.patch")))) (build-system python-build-system) (home-page "https://github.com/python-versioneer/python-versioneer") |