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:
parent
65b9bf2647
commit
c84b4d38b3
1 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue