summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/static.nix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-06-03 13:56:55 -0400
committerGitHub <noreply@github.com>2019-06-03 13:56:55 -0400
commit64f837491c2221aa56bed28586d7ec1f570246d9 (patch)
tree20f46418f3621ac61433bbf8738c3410ef38f126 /pkgs/top-level/static.nix
parentc3f6b46db6b6438a698ea3c8bf1e17a660780e63 (diff)
parentcc582920f27383bb45f5f381b528d31400cc7db4 (diff)
Merge pull request #62618 from matthewbauer/talloc-fix
proot/talloc fixes
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 3b8e40ea041b..bee6761c285b 100644
--- a/pkgs/top-level/static.nix
+++ b/pkgs/top-level/static.nix
@@ -158,4 +158,6 @@ in {
};
};
+ python27 = super.python27.override { static = true; };
+
}