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.
This commit is contained in:
K900
2024-11-08 16:39:45 +03:00
parent 9deddb4eb1
commit da7e2263a5
2 changed files with 2 additions and 2 deletions
@@ -44,7 +44,7 @@ buildPythonPackage rec {
deprecation
mobly
pygobject3
];
] ++ home-assistant-chip-wheels.propagatedBuildInputs;
pythonNamespaces = [
"chip"
@@ -118,7 +118,7 @@ stdenv.mkDerivation rec {
yapf
];
buildInputs = [
propagatedBuildInputs = [
openssl
glib
libnl