summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorDavid Elsing <david.elsing@posteo.net>2024-03-23 22:04:42 +0000
committerLudovic Courtès <ludo@gnu.org>2024-06-18 11:32:55 +0200
commit7e3a2272e11673127cd5a95d0585fea3e2f084fb (patch)
treecfa43a126b447e9c074a43ff67f51a8c395bf956 /gnu/local.mk
parentb452dd635f616baf85bb4568fe71f6c973ad9a36 (diff)
gnu: Add python-optree.
* gnu/packages/python-xyz.scm (python-optree): New variable. * gnu/packages/patches/python-optree-fix-32-bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Change-Id: I37e38ef9da5e7459c8faf2c3494e2e0c0aedbfff
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 78f174fd12..98f22710f1 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1953,6 +1953,7 @@ dist_patch_DATA = \
%D%/packages/patches/python-hiredis-fix-header.patch \
%D%/packages/patches/python-hiredis-use-system-hiredis.patch \
%D%/packages/patches/python-online-judge-api-client-tests.patch \
+ %D%/packages/patches/python-optree-fix-32-bit.patch \
%D%/packages/patches/python-pdoc3-tests.patch \
%D%/packages/patches/python-peachpy-determinism.patch \
%D%/packages/patches/python-pep8-stdlib-tokenize-compat.patch \