home-assistant-chip: force use of cython-0 to fix pyyaml build
This commit is contained in:
parent
e7a9e69e98
commit
b201fe69bb
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
||||||
, glib
|
, glib
|
||||||
, ninja
|
, ninja
|
||||||
, pyproject-hooks
|
, pyproject-hooks
|
||||||
|
, cython_0
|
||||||
, autoPatchelfHook
|
, autoPatchelfHook
|
||||||
|
|
||||||
, aenum
|
, aenum
|
||||||
|
@ -289,6 +290,8 @@ rec {
|
||||||
pygobject3
|
pygobject3
|
||||||
|
|
||||||
clusters
|
clusters
|
||||||
|
|
||||||
|
cython_0
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue