pkgsStatic.python3: fix build
This commit is contained in:
committed by
Frederik Rietdijk
parent
fe9ea7a88a
commit
c392d70518
@@ -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; };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user