python3Packages.nassl: don't split static zlib

This commit is contained in:
Vincent Haupert
2021-01-11 20:23:56 -08:00
committed by Jonathan Ringer
parent fec9f56aa6
commit b4659c888e
@@ -11,7 +11,9 @@
}:
let
zlibStatic = pkgsStatic.zlib;
zlibStatic = pkgsStatic.zlib.override {
splitStaticOutput = false;
};
nasslOpensslArgs = {
static = true;
enableSSL2 = true;