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:
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 a new issue