Add override for pyproject-flake8

This commit is contained in:
Mitsuhiro Nakamura 2021-05-07 09:47:48 +09:00
parent 6549bd9534
commit b684cb802c

View file

@ -1065,6 +1065,12 @@ self: super:
}
);
pyproject-flake8 = super.pyproject-flake8.overridePythonAttrs (
old: {
buildInputs = (old.buildInputs or [ ]) ++ [ self.flit-core ];
}
);
python-bugzilla = super.python-bugzilla.overridePythonAttrs (
old: {
nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [