mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
pypy3Packages.home-assistant-chip-clusters: fix the eval (#355051)
This commit is contained in:
@@ -229,7 +229,7 @@ stdenv.mkDerivation rec {
|
||||
map (dep: {
|
||||
name = dep.name;
|
||||
value = dep;
|
||||
}) list
|
||||
}) (lib.filter (x: x != null) list)
|
||||
);
|
||||
saturateDependencies =
|
||||
deps:
|
||||
|
||||
Reference in New Issue
Block a user