nym: fix build on darwin
This commit is contained in:
parent
9cc583b9d1
commit
1fe5e14323
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user