pkgsStatic.python3: fix build

This commit is contained in:
Frederik Rietdijk
2020-03-30 17:06:38 +02:00
committed by Frederik Rietdijk
parent fe9ea7a88a
commit c392d70518
2 changed files with 11 additions and 3 deletions
+7
View File
@@ -266,6 +266,13 @@ in {
) super.ocaml-ng;
python27 = super.python27.override { static = true; };
python35 = super.python35.override { static = true; };
python36 = super.python36.override { static = true; };
python37 = super.python37.override { static = true; };
python38 = super.python38.override { static = true; };
python39 = super.python39.override { static = true; };
python3Minimal = super.python3Minimal.override { static = true; };
libev = super.libev.override { static = true; };
}