python3Packages.whey: lib.filterAttrs -> lib.removeAttrs
This commit is contained in:
@@ -55,7 +55,7 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "whey" ];
|
||||
|
||||
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" ]));
|
||||
editable = [
|
||||
editables
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user