1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

nym: fix build on darwin

This commit is contained in:
Elian Doran 2024-05-18 22:14:14 +03:00
parent 9cc583b9d1
commit 1fe5e14323
No known key found for this signature in database

View file

@ -11187,7 +11187,7 @@ with pkgs;
nylon = callPackage ../tools/networking/nylon { };
nym = callPackage ../applications/networking/nym {
nym = darwin.apple_sdk_11_0.callPackage ../applications/networking/nym {
inherit (darwin.apple_sdk.frameworks) Security CoreServices;
};