summary refs log tree commit diff
path: root/pkgs/development/mobile/cocoapods/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/mobile/cocoapods/default.nix')
-rw-r--r--pkgs/development/mobile/cocoapods/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/mobile/cocoapods/default.nix b/pkgs/development/mobile/cocoapods/default.nix
index 0b9bb7c5b5fc2..c235b9e9a1266 100644
--- a/pkgs/development/mobile/cocoapods/default.nix
+++ b/pkgs/development/mobile/cocoapods/default.nix
@@ -1,7 +1,7 @@
 { lib, bundlerApp, ruby
 , beta ? false }:
 
-bundlerApp rec {
+bundlerApp {
   inherit ruby;
   pname = "cocoapods";
   gemfile = if beta then ./Gemfile-beta else ./Gemfile;