fix: remove shellingham override

This commit is contained in:
Jashandeep Sohi 2021-09-22 15:38:47 -07:00
parent 20e0cf3918
commit 60140eb3a8

View file

@ -1606,17 +1606,6 @@ self: super:
});
shellingham =
if lib.versionAtLeast super.shellingham.version "1.3.2" then
(
super.shellingham.overridePythonAttrs (
old:
if old.format != "wheel" then {
format = "pyproject";
} else old
)
) else super.shellingham;
tables = super.tables.overridePythonAttrs (
old: {
buildInputs = (old.buildInputs or [ ]) ++ [ self.pywavelets ];