about summary refs log tree commit diff
path: root/pkgs/top-level/static.nix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-06-03 12:22:40 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2019-06-03 12:28:25 -0400
commit9f7bb1f512ba305ed5b0bf0132dd3f50b158a517 (patch)
tree4a2da79e5161f73b305753a8970c1b4f4e250310 /pkgs/top-level/static.nix
parent7531309c6e9bf54f864daba2aee1f7272ac46abc (diff)
downloadnixlib-9f7bb1f512ba305ed5b0bf0132dd3f50b158a517.tar
nixlib-9f7bb1f512ba305ed5b0bf0132dd3f50b158a517.tar.gz
nixlib-9f7bb1f512ba305ed5b0bf0132dd3f50b158a517.tar.bz2
nixlib-9f7bb1f512ba305ed5b0bf0132dd3f50b158a517.tar.lz
nixlib-9f7bb1f512ba305ed5b0bf0132dd3f50b158a517.tar.xz
nixlib-9f7bb1f512ba305ed5b0bf0132dd3f50b158a517.tar.zst
nixlib-9f7bb1f512ba305ed5b0bf0132dd3f50b158a517.zip
python27: add override to build statically
Diffstat (limited to 'pkgs/top-level/static.nix')
-rw-r--r--pkgs/top-level/static.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/static.nix b/pkgs/top-level/static.nix
index ada3c2a5034c..43220f724bec 100644
--- a/pkgs/top-level/static.nix
+++ b/pkgs/top-level/static.nix
@@ -161,4 +161,6 @@ in {
     };
   };
 
+  python27 = super.python27.override { static = true; };
+
 }