diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-12 18:53:24 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-18 14:37:09 +0100 |
| commit | 4b1b0fcd371dd091f7f0acf4deee1425401bd5da (patch) | |
| tree | 0c161f999e91ad30e3b7890edba209a3d01e6f5d | |
| parent | 0238ff5351508bf20151943550d9701159bb126f (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.scm | 7 |
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 |
