mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
python3Packages.nassl: don't split static zlib
This commit is contained in:
committed by
Jonathan Ringer
parent
fec9f56aa6
commit
b4659c888e
@@ -11,7 +11,9 @@
|
||||
}:
|
||||
|
||||
let
|
||||
zlibStatic = pkgsStatic.zlib;
|
||||
zlibStatic = pkgsStatic.zlib.override {
|
||||
splitStaticOutput = false;
|
||||
};
|
||||
nasslOpensslArgs = {
|
||||
static = true;
|
||||
enableSSL2 = true;
|
||||
|
||||
Reference in New Issue
Block a user