mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
fix: remove shellingham override
This commit is contained in:
parent
20e0cf3918
commit
60140eb3a8
1 changed files with 0 additions and 11 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Reference in a new issue