diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-04-22 14:04:03 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-23 23:12:22 +0100 |
commit | 03c4dc54a72f787da597972b43ff6ae9309ebad8 (patch) | |
tree | 5720f5e1c825932cf016177fb1a897d4f113682a /gnu/packages/python-xyz.scm | |
parent | 695187c45ad98152de65158996fa83ede3ed91fb (diff) |
gnu: python-zeroc-ice-3.6: Fix build with Python@3.11.
* gnu/packages/python-xyz.scm (python-zeroc-ice-3.6)
[source]: Add patch.
* gnu/packages/patches/python-zeroc-ice-3.6.5-python-3.11-support.patch:
Add patch.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ce0ae46ddc..e2f025c13b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -40606,7 +40606,10 @@ write text fast, and for various text generation, statistics, and modeling tasks (uri (pypi-uri "zeroc-ice" version)) (sha256 (base32 - "0mikjfvq26kh8asnn9v55z41pap4c5ypymqnwwi4xkavc3mzyda2")))))) + "0mikjfvq26kh8asnn9v55z41pap4c5ypymqnwwi4xkavc3mzyda2")) + (patches + (search-patches + "python-zeroc-ice-3.6.5-python-3.11-support.patch")))))) (define-public python-whenever (package |