python3Packages.nassl: don't split static zlib

This commit is contained in:
Vincent Haupert 2021-01-11 23:22:49 +01:00 committed by Jonathan Ringer
parent fec9f56aa6
commit b4659c888e

View File

@ -11,7 +11,9 @@
}:
let
zlibStatic = pkgsStatic.zlib;
zlibStatic = pkgsStatic.zlib.override {
splitStaticOutput = false;
};
nasslOpensslArgs = {
static = true;
enableSSL2 = true;