nss: enable libpkix build

this was enabled by default with the old build system, but requires this flag with the new one

fixes ##93955
This commit is contained in:
ajs124 2020-07-29 20:31:14 +02:00
parent 1526f4534d
commit 93a3c37128

View File

@ -78,6 +78,7 @@ in stdenv.mkDerivation rec {
--target ${target} \
-Dhost_arch=${host} \
-Duse_system_zlib=1 \
--enable-libpkix \
${stdenv.lib.optionalString stdenv.isDarwin "--clang"} \
${stdenv.lib.optionalString (stdenv.hostPlatform != stdenv.buildPlatform) "--disable-tests"}