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;
};