Skip to content

Commit

Permalink
Merge #94188: nss: enable libpkix build
Browse files Browse the repository at this point in the history
This fixes connection issues in various packages.
  • Loading branch information
vcunat committed Jul 30, 2020
2 parents 1a347ec + 93a3c37 commit a45f68c
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 a45f68c

Please sign in to comment.