diff options
Diffstat (limited to 'gnu/packages/enlightenment.scm')
-rw-r--r-- | gnu/packages/enlightenment.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index 60196cd6e3..8a08262e22 100644 --- a/gnu/packages/enlightenment.scm +++ b/gnu/packages/enlightenment.scm @@ -433,7 +433,7 @@ embedded systems.") (delete-file "tests/ecore/test_09_file_download.py") (delete-file "tests/ecore/test_11_con.py")))))) (native-inputs - (list pkg-config python-cython)) + (list pkg-config python-cython-0)) (inputs (list efl python-dbus python-packaging)) (home-page "https://www.enlightenment.org/") |