summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-05-12 18:53:24 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-18 14:37:09 +0100
commit4b1b0fcd371dd091f7f0acf4deee1425401bd5da (patch)
tree0c161f999e91ad30e3b7890edba209a3d01e6f5d
parent0238ff5351508bf20151943550d9701159bb126f (diff)
gnu: python-pivy: Fix build.
* gnu/packages/python-graphics.scm (python-pivy): [inputs]: Remove python-wrapper. [native-inputs]: Add python-setuptools. Change-Id: I4a36a5ab84dc9182bf8acfc8d951423022a8ff9c
-rw-r--r--gnu/packages/python-graphics.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/python-graphics.scm b/gnu/packages/python-graphics.scm
index 5a604e7e88..472d97671d 100644
--- a/gnu/packages/python-graphics.scm
+++ b/gnu/packages/python-graphics.scm
@@ -377,10 +377,11 @@ Design spec without sacrificing ease of use or application performance.")
(("\\$\\{SoQt_INCLUDE_DIRS}")
"${Coin_INCLUDE_DIR};${SoQt_INCLUDE_DIRS}")))))))
(native-inputs
- (list cmake-minimal swig-4.4))
+ (list cmake-minimal
+ python-setuptools
+ swig-4.4))
(inputs
- (list python-wrapper
- qtbase
+ (list qtbase
libxi
libice
glew