python3Packages.nassl: don't split static zlib
This commit is contained in:
parent
fec9f56aa6
commit
b4659c888e
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@
|
|||
}:
|
||||
|
||||
let
|
||||
zlibStatic = pkgsStatic.zlib;
|
||||
zlibStatic = pkgsStatic.zlib.override {
|
||||
splitStaticOutput = false;
|
||||
};
|
||||
nasslOpensslArgs = {
|
||||
static = true;
|
||||
enableSSL2 = true;
|
||||
|
|
Loading…
Reference in a new issue