python3Packages.dramatiq-abort: lib.filterAttrs -> lib.removeAttrs

This commit is contained in:
h7x4
2025-10-27 19:07:35 +09:00
parent e029ab783d
commit d79a2afea1
@@ -29,7 +29,7 @@ buildPythonPackage rec {
];
optional-dependencies = {
all = lib.flatten (lib.attrValues (lib.filterAttrs (n: v: n != "all") optional-dependencies));
all = lib.flatten (lib.attrValues (lib.removeAttrs optional-dependencies [ "all" ]));
gevent = [ gevent ];
redis = [ redis ];
};