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 11 }: 12 12 13 13 let 14 - zlibStatic = pkgsStatic.zlib; 14 + zlibStatic = pkgsStatic.zlib.override { 15 + splitStaticOutput = false; 16 + }; 15 17 nasslOpensslArgs = { 16 18 static = true; 17 19 enableSSL2 = true;