home-assistant-chip-core: fix native dependencies (#354491)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user