From c84b4d38b39b8c514d7f2493f79cd115c91bb2ac Mon Sep 17 00:00:00 2001 From: Felix Gruber Date: Sat, 25 Jan 2025 17:20:34 +0000 Subject: [PATCH] gnu: python-vispy: Fix build. * gnu/packages/python-graphics.scm (python-vispy): Fix build. [native-inputs]: Add python-wheel. Change-Id: I087ea96eda23306f880c940f93b21661c9d1b0cd Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-graphics.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-graphics.scm b/gnu/packages/python-graphics.scm index bc0c93a8ee32f0fe1e4cf7a8f93a463bd5de534e..da8ef2d4df12b6cd965805501a402df441000b15 100644 --- a/gnu/packages/python-graphics.scm +++ b/gnu/packages/python-graphics.scm @@ -287,7 +287,8 @@ music." ) (list python-cython-3 python-pytest python-setuptools - python-setuptools-scm)) + python-setuptools-scm + python-wheel)) (inputs (list fontconfig mesa))