Merge pull request #111481 from SuperSandro2000/nss-stdenv-lib

nss: remove usage of stdenv.lib

authored by

Sandro and committed by
GitHub
3383fab9 8ac8a860

+1 -1
+1 -1
pkgs/development/libraries/nss/default.nix
··· 142 chmod 0755 $out/bin/nss-config 143 ''; 144 145 - postInstall = stdenv.lib.optionalString useP11kit '' 146 # Replace built-in trust with p11-kit connection 147 ln -sf ${p11-kit}/lib/pkcs11/p11-kit-trust.so $out/lib/libnssckbi.so 148 '';
··· 142 chmod 0755 $out/bin/nss-config 143 ''; 144 145 + postInstall = lib.optionalString useP11kit '' 146 # Replace built-in trust with p11-kit connection 147 ln -sf ${p11-kit}/lib/pkcs11/p11-kit-trust.so $out/lib/libnssckbi.so 148 '';