python3Packages.markdown2: lib.filterAttrs -> lib.removeAttrs
This commit is contained in:
@@ -34,7 +34,7 @@ buildPythonPackage rec {
|
||||
code_syntax_highlighting = [ pygments ];
|
||||
wavedrom = [ wavedrom ];
|
||||
latex = [ latex2mathml ];
|
||||
all = lib.flatten (lib.attrValues (lib.filterAttrs (n: v: n != "all") optional-dependencies));
|
||||
all = lib.flatten (lib.attrValues (lib.removeAttrs optional-dependencies [ "all" ]));
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user