Skip to content

Commit

Permalink
nss: fix symlink on darwin (#379263)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Feb 4, 2025
2 parents 8b372bc + b7c6efe commit 7b1c9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/nss/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ stdenv.mkDerivation rec {

postInstall = lib.optionalString useP11kit ''
# Replace built-in trust with p11-kit connection
ln -sf ${p11-kit}/lib/pkcs11/p11-kit-trust.so $out/lib/libnssckbi.so
ln -sf ${p11-kit}/lib/pkcs11/p11-kit-trust${stdenv.hostPlatform.extensions.sharedLibrary} $out/lib/libnssckbi${stdenv.hostPlatform.extensions.sharedLibrary}
'';

postFixup =
Expand Down

0 comments on commit 7b1c9c7

Please sign in to comment.