mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
home-assistant-chip-core: fix native dependencies (#354491)
This commit is contained in:
commit
4eb5e32fd8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user