cocoapods: define updateScript
This commit is contained in:
@@ -9,6 +9,9 @@ bundlerApp rec {
|
||||
gemset = if beta then ./gemset-beta.nix else ./gemset.nix;
|
||||
exes = [ "pod" ];
|
||||
|
||||
# toString prevents the update script from being copied into the nix store
|
||||
passthru.updateScript = toString ./update;
|
||||
|
||||
meta = with lib; {
|
||||
description = "CocoaPods manages dependencies for your Xcode projects.";
|
||||
homepage = https://github.com/CocoaPods/CocoaPods;
|
||||
|
||||
Reference in New Issue
Block a user