python3Packages.nassl: don't split static zlib

authored by Vincent Haupert and committed by Jonathan Ringer b4659c88 fec9f56a

+3 -1
+3 -1
pkgs/development/python-modules/nassl/default.nix
··· 11 }: 12 13 let 14 - zlibStatic = pkgsStatic.zlib; 15 nasslOpensslArgs = { 16 static = true; 17 enableSSL2 = true;
··· 11 }: 12 13 let 14 + zlibStatic = pkgsStatic.zlib.override { 15 + splitStaticOutput = false; 16 + }; 17 nasslOpensslArgs = { 18 static = true; 19 enableSSL2 = true;