From b201fe69bb094d3171d1b83775afb7f77485325a Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Fri, 26 Apr 2024 18:54:05 +0100 Subject: [PATCH] home-assistant-chip: force use of cython-0 to fix pyyaml build --- nix/pkgs/home-assistant-chip/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nix/pkgs/home-assistant-chip/default.nix b/nix/pkgs/home-assistant-chip/default.nix index 01e6b0f1a4..0ce706620c 100644 --- a/nix/pkgs/home-assistant-chip/default.nix +++ b/nix/pkgs/home-assistant-chip/default.nix @@ -20,6 +20,7 @@ , glib , ninja , pyproject-hooks +, cython_0 , autoPatchelfHook , aenum @@ -289,6 +290,8 @@ rec { pygobject3 clusters + + cython_0 ]; buildInputs = [