From 4b1b0fcd371dd091f7f0acf4deee1425401bd5da Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 12 May 2026 18:53:24 +0100 Subject: gnu: python-pivy: Fix build. * gnu/packages/python-graphics.scm (python-pivy): [inputs]: Remove python-wrapper. [native-inputs]: Add python-setuptools. Change-Id: I4a36a5ab84dc9182bf8acfc8d951423022a8ff9c --- gnu/packages/python-graphics.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gnu/packages/python-graphics.scm') 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 -- cgit v1.3