Skip to content

Commit

Permalink
nss: enable libpkix build
Browse files Browse the repository at this point in the history
this was enabled by default with the old build system, but requires this flag with the new one

fixes ##93955
  • Loading branch information
ajs124 committed Jul 29, 2020
1 parent 1526f45 commit 93a3c37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/libraries/nss/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit 93a3c37

Please sign in to comment.