python3Minimal: disable optimizations

No point for the bootstrapping.
This commit is contained in:
Frederik Rietdijk
2020-06-04 18:37:59 +02:00
parent bcf03e8cd2
commit a337c44db6
2 changed files with 4 additions and 1 deletions

View File

@@ -146,6 +146,7 @@ in {
rebuildBytecode = false;
stripBytecode = true;
includeSiteCustomize = false;
enableOptimizations = false;
}).overrideAttrs(old: {
pname = "python3-minimal";
meta = old.meta // {