Merge pull request #166170 from malob/cocoapods-mainProgram
This commit is contained in:
commit
290c4eaf6c
9 changed files with 3 additions and 2 deletions
|
@ -21,5 +21,6 @@ bundlerApp {
|
||||||
peterromfeldhk
|
peterromfeldhk
|
||||||
lilyball
|
lilyball
|
||||||
];
|
];
|
||||||
|
mainProgram = "pod";
|
||||||
};
|
};
|
||||||
}
|
}
|
|
@ -4556,9 +4556,9 @@ with pkgs;
|
||||||
gst-plugins-good = gst_all_1.gst-plugins-good.override { gtkSupport = true; };
|
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 {
|
cocom = callPackage ../tools/networking/cocom {
|
||||||
inherit (darwin.apple_sdk.frameworks) Security;
|
inherit (darwin.apple_sdk.frameworks) Security;
|
||||||
|
|
Loading…
Reference in a new issue