~ruther/guix-local

c84b4d38b39b8c514d7f2493f79cd115c91bb2ac — Felix Gruber 1 year, 2 months ago 65b9bf2
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>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/python-graphics.scm
M gnu/packages/python-graphics.scm => gnu/packages/python-graphics.scm +2 -1
@@ 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))