python3Packages.nassl: don't split static zlib
This commit is contained in:
parent
fec9f56aa6
commit
b4659c888e
@ -11,7 +11,9 @@
|
||||
}:
|
||||
|
||||
let
|
||||
zlibStatic = pkgsStatic.zlib;
|
||||
zlibStatic = pkgsStatic.zlib.override {
|
||||
splitStaticOutput = false;
|
||||
};
|
||||
nasslOpensslArgs = {
|
||||
static = true;
|
||||
enableSSL2 = true;
|
||||
|
Loading…
Reference in New Issue
Block a user