diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-23 12:44:43 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:58 +0100 |
| commit | 3a44a276fdc17c39169b844f0624ba0ce0f2f682 (patch) | |
| tree | e99f3c7036e8c47e90f3f7113003d7c239962595 /gnu | |
| parent | 5d185f65de76ff46fe87b7cb051704aead5cd5e6 (diff) | |
gnu: python-kivy: Fix build.
* gnu/packages/python-graphics.scm (python-kivy)[native-inputs]:
Remove python-cython; add python-cython-0.
Change-Id: Ic37de9f525576a7a5dd8551c2db215f960c6dcf8
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-graphics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-graphics.scm b/gnu/packages/python-graphics.scm index a4b83c3ea8d..d96387ab6d8 100644 --- a/gnu/packages/python-graphics.scm +++ b/gnu/packages/python-graphics.scm @@ -252,7 +252,7 @@ GLFW} OpenGL application development library.") (setenv "HOME" (getcwd))))))) (native-inputs (list pkg-config - python-cython + python-cython-0 ;; Not packaged yet, for tests. ;; python-kivy-deps-glew ;; python-kivy-deps-glew-dev |
