pythonMinimal: don't include site-customise

Experimenting with patching the site-customize file causes mass
rebuilds for no reason.
This commit is contained in:
Graham Christensen
2020-03-12 09:15:02 -04:00
committed by Frederik Rietdijk
parent 0c13b0d7d3
commit 39aac70d74
2 changed files with 3 additions and 1 deletions

View File

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