diff options
| author | Felix Gruber <felgru@posteo.net> | 2025-01-25 17:20:34 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-25 22:18:08 +0000 |
| commit | c84b4d38b39b8c514d7f2493f79cd115c91bb2ac (patch) | |
| tree | a6529f7617eef628813467ee281360f2c3cfb6c3 /gnu/packages/python-graphics.scm | |
| parent | 65b9bf26472ac65be403a4722a565b8e49d0779b (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.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-graphics.scm b/gnu/packages/python-graphics.scm index bc0c93a8ee3..da8ef2d4df1 100644 --- a/gnu/packages/python-graphics.scm +++ b/gnu/packages/python-graphics.scm | |||
| @@ -287,7 +287,8 @@ music." ) | |||
| 287 | (list python-cython-3 | 287 | (list python-cython-3 |
| 288 | python-pytest | 288 | python-pytest |
| 289 | python-setuptools | 289 | python-setuptools |
| 290 | python-setuptools-scm)) | 290 | python-setuptools-scm |
| 291 | python-wheel)) | ||
| 291 | (inputs | 292 | (inputs |
| 292 | (list fontconfig | 293 | (list fontconfig |
| 293 | mesa)) | 294 | mesa)) |
