mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-07 02:01:40 -05:00
commit
984a8a32ce
1 changed files with 4 additions and 0 deletions
|
@ -1612,6 +1612,10 @@ lib.composeManyExtensions [
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
pip-requirements-parser = super.pip-requirements-parser.overridePythonAttrs (old: {
|
||||||
|
dontConfigure = true;
|
||||||
|
});
|
||||||
|
|
||||||
pluralizer = super.pluralizer.overridePythonAttrs (old: {
|
pluralizer = super.pluralizer.overridePythonAttrs (old: {
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
export PYPI_VERSION="${old.version}"
|
export PYPI_VERSION="${old.version}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue