From da7e2263a5909381476e77592505e13fec30cd74 Mon Sep 17 00:00:00 2001 From: K900 Date: Fri, 8 Nov 2024 16:39:45 +0300 Subject: [PATCH] home-assistant-chip-core: fix native dependencies These get lost when chip-wheels is compressed, and need to be recovered in chip-core to be picked up properly by refscan. --- .../python-modules/home-assistant-chip-core/default.nix | 2 +- .../python-modules/home-assistant-chip-wheels/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/home-assistant-chip-core/default.nix b/pkgs/development/python-modules/home-assistant-chip-core/default.nix index a46676b443be..229f6867d38c 100644 --- a/pkgs/development/python-modules/home-assistant-chip-core/default.nix +++ b/pkgs/development/python-modules/home-assistant-chip-core/default.nix @@ -44,7 +44,7 @@ buildPythonPackage rec { deprecation mobly pygobject3 - ]; + ] ++ home-assistant-chip-wheels.propagatedBuildInputs; pythonNamespaces = [ "chip" diff --git a/pkgs/development/python-modules/home-assistant-chip-wheels/default.nix b/pkgs/development/python-modules/home-assistant-chip-wheels/default.nix index b7eca194d13c..caec0be06cbf 100644 --- a/pkgs/development/python-modules/home-assistant-chip-wheels/default.nix +++ b/pkgs/development/python-modules/home-assistant-chip-wheels/default.nix @@ -118,7 +118,7 @@ stdenv.mkDerivation rec { yapf ]; - buildInputs = [ + propagatedBuildInputs = [ openssl glib libnl