pypy3Packages.home-assistant-chip-clusters: fix the eval (#355051)

authored by Martin Weinelt and committed by GitHub 71734a22 ab58dcfa

+1 -1
+1 -1
pkgs/development/python-modules/home-assistant-chip-wheels/default.nix
··· 229 229 map (dep: { 230 230 name = dep.name; 231 231 value = dep; 232 - }) list 232 + }) (lib.filter (x: x != null) list) 233 233 ); 234 234 saturateDependencies = 235 235 deps: