mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-28 03:09:52 +00:00
Merge pull request #166170 from malob/cocoapods-mainProgram
This commit is contained in:
commit
290c4eaf6c
@ -21,5 +21,6 @@ bundlerApp {
|
||||
peterromfeldhk
|
||||
lilyball
|
||||
];
|
||||
mainProgram = "pod";
|
||||
};
|
||||
}
|
@ -4556,9 +4556,9 @@ with pkgs;
|
||||
gst-plugins-good = gst_all_1.gst-plugins-good.override { gtkSupport = true; };
|
||||
};
|
||||
|
||||
cocoapods = callPackage ../development/mobile/cocoapods { };
|
||||
cocoapods = callPackage ../development/tools/cocoapods { };
|
||||
|
||||
cocoapods-beta = lowPrio (callPackage ../development/mobile/cocoapods { beta = true; });
|
||||
cocoapods-beta = lowPrio (callPackage ../development/tools/cocoapods { beta = true; });
|
||||
|
||||
cocom = callPackage ../tools/networking/cocom {
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
|
Loading…
Reference in New Issue
Block a user