1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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"}