1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

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>
This commit is contained in:
Felix Gruber 2025-01-25 17:20:34 +00:00 committed by Sharlatan Hellseher
parent 65b9bf2647
commit c84b4d38b3
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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))