From 59824515a6c94ea660343dad936882f321a4dd31 Mon Sep 17 00:00:00 2001 From: ajs124 Date: Wed, 29 Jul 2020 20:31:14 +0200 Subject: nss: enable libpkix build this was enabled by default with the old build system, but requires this flag with the new one fixes ##93955 (cherry picked from commit 93a3c371284c969502a18e1e5f297f00b876cd22) --- nixpkgs/pkgs/development/libraries/nss/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixpkgs') diff --git a/nixpkgs/pkgs/development/libraries/nss/default.nix b/nixpkgs/pkgs/development/libraries/nss/default.nix index ab1f05044708..a7b014acc89a 100644 --- a/nixpkgs/pkgs/development/libraries/nss/default.nix +++ b/nixpkgs/pkgs/development/libraries/nss/default.nix @@ -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"} -- cgit 1.4.1