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 caec0be06cbf..469905525324 100644 --- a/pkgs/development/python-modules/home-assistant-chip-wheels/default.nix +++ b/pkgs/development/python-modules/home-assistant-chip-wheels/default.nix @@ -229,7 +229,7 @@ stdenv.mkDerivation rec { map (dep: { name = dep.name; value = dep; - }) list + }) (lib.filter (x: x != null) list) ); saturateDependencies = deps: