summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8abaf7ecd6..cca15c5097 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10043,7 +10043,8 @@ writing C extensions for Python as easy as Python itself.")
(when tests?
(apply invoke "python" "runtests.py" test-flags)))))))
(native-inputs
- (list libxcrypt
+ (list gcc-13 ;does not compile with gcc-14
+ libxcrypt
python-setuptools
python-wheel))
(properties '())))