mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 17:51: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: {
|
||||
preBuild = ''
|
||||
export PYPI_VERSION="${old.version}"
|
||||
|
|
Loading…
Add table
Reference in a new issue