Merge #94188: nss: enable libpkix build
This fixes connection issues in various packages.
This commit is contained in:
commit
a45f68ccac
@ -78,6 +78,7 @@ in stdenv.mkDerivation rec {
|
|||||||
--target ${target} \
|
--target ${target} \
|
||||||
-Dhost_arch=${host} \
|
-Dhost_arch=${host} \
|
||||||
-Duse_system_zlib=1 \
|
-Duse_system_zlib=1 \
|
||||||
|
--enable-libpkix \
|
||||||
${stdenv.lib.optionalString stdenv.isDarwin "--clang"} \
|
${stdenv.lib.optionalString stdenv.isDarwin "--clang"} \
|
||||||
${stdenv.lib.optionalString (stdenv.hostPlatform != stdenv.buildPlatform) "--disable-tests"}
|
${stdenv.lib.optionalString (stdenv.hostPlatform != stdenv.buildPlatform) "--disable-tests"}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user