pythonMinimal: don't include site-customise
Experimenting with patching the site-customize file causes mass rebuilds for no reason.
This commit is contained in:
committed by
Frederik Rietdijk
parent
0c13b0d7d3
commit
39aac70d74
@@ -143,6 +143,7 @@ in {
|
||||
stripTkinter = true;
|
||||
rebuildBytecode = false;
|
||||
stripBytecode = true;
|
||||
includeSiteCustomize = false;
|
||||
}).overrideAttrs(old: {
|
||||
pname = "python3-minimal";
|
||||
meta = old.meta // {
|
||||
|
||||
Reference in New Issue
Block a user