about summary refs log tree commit diff
path: root/pkgs/development/interpreters/python/default.nix
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2020-03-12 09:15:02 -0400
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-03-14 15:02:51 +0100
commit39aac70d745ecf322a70a5cb77799f26ad98b64a (patch)
tree05df1ed8509c1204e41463e211ddf04e4f166805 /pkgs/development/interpreters/python/default.nix
parent0c13b0d7d323478634220c99c7a80628039ba96a (diff)
downloadnixlib-39aac70d745ecf322a70a5cb77799f26ad98b64a.tar
nixlib-39aac70d745ecf322a70a5cb77799f26ad98b64a.tar.gz
nixlib-39aac70d745ecf322a70a5cb77799f26ad98b64a.tar.bz2
nixlib-39aac70d745ecf322a70a5cb77799f26ad98b64a.tar.lz
nixlib-39aac70d745ecf322a70a5cb77799f26ad98b64a.tar.xz
nixlib-39aac70d745ecf322a70a5cb77799f26ad98b64a.tar.zst
nixlib-39aac70d745ecf322a70a5cb77799f26ad98b64a.zip
pythonMinimal: don't include site-customise
Experimenting with patching the site-customize file causes mass
rebuilds for no reason.
Diffstat (limited to 'pkgs/development/interpreters/python/default.nix')
-rw-r--r--pkgs/development/interpreters/python/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/interpreters/python/default.nix b/pkgs/development/interpreters/python/default.nix
index 5fa37a9da2ac..1d729286f795 100644
--- a/pkgs/development/interpreters/python/default.nix
+++ b/pkgs/development/interpreters/python/default.nix
@@ -143,6 +143,7 @@ in {
     stripTkinter = true;
     rebuildBytecode = false;
     stripBytecode = true;
+    includeSiteCustomize = false;
   }).overrideAttrs(old: {
     pname = "python3-minimal";
     meta = old.meta // {