summaryrefslogtreecommitdiff
path: root/gnu/packages/python-graphics.scm
diff options
context:
space:
mode:
authorFelix Gruber <felgru@posteo.net>2025-01-25 17:20:34 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-25 22:18:08 +0000
commitc84b4d38b39b8c514d7f2493f79cd115c91bb2ac (patch)
treea6529f7617eef628813467ee281360f2c3cfb6c3 /gnu/packages/python-graphics.scm
parent65b9bf26472ac65be403a4722a565b8e49d0779b (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-graphics.scm')
-rw-r--r--gnu/packages/python-graphics.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-graphics.scm b/gnu/packages/python-graphics.scm
index bc0c93a8ee..da8ef2d4df 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))