mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: python-efl: Fix bulid.
* gnu/packages/enlightenment.scm (python-efl)[native-inputs]: Remove python-cython; add python-cython-0. Change-Id: I6899a268a0019774709e1e318ccf3966239e7098
This commit is contained in:
parent
0347a05626
commit
569d3f86d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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/")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue