Merge pull request #1072 from janydoe/patch-2

Update default.nix
This commit is contained in:
adisbladis 2023-03-24 11:51:37 +13:00 committed by GitHub
commit 984a8a32ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}"