nspr_latest: init at 4.32

This commit is contained in:
Martin Weinelt
2021-08-10 12:27:57 +02:00
parent 8808f27a6b
commit fe2138efeb
2 changed files with 54 additions and 0 deletions
+4
View File
@@ -17167,6 +17167,10 @@ in
inherit (darwin.apple_sdk.frameworks) CoreServices;
};
nspr_latest = callPackage ../development/libraries/nspr/latest.nix {
inherit (darwin.apple_sdk.frameworks) CoreServices;
};
nss = lowPrio (callPackage ../development/libraries/nss { });
nssTools = nss.tools;