Unverified Commit 4eb5e32f authored by K900's avatar K900 Committed by GitHub
Browse files

home-assistant-chip-core: fix native dependencies (#354491)

parents e195ee58 da7e2263
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ buildPythonPackage rec {
    deprecation
    mobly
    pygobject3
  ];
  ] ++ home-assistant-chip-wheels.propagatedBuildInputs;

  pythonNamespaces = [
    "chip"
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ stdenv.mkDerivation rec {
    yapf
  ];

  buildInputs = [
  propagatedBuildInputs = [
    openssl
    glib
    libnl