mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
xcode-install: remove rec
This commit is contained in:
parent
911d34e8d1
commit
122b299106
1 changed files with 2 additions and 2 deletions
|
@ -4,12 +4,12 @@
|
|||
bundlerUpdateScript,
|
||||
}:
|
||||
|
||||
bundlerApp rec {
|
||||
bundlerApp {
|
||||
pname = "xcode-install";
|
||||
gemdir = ./.;
|
||||
exes = [ "xcversion" ];
|
||||
|
||||
passthru.updateScript = bundlerUpdateScript pname;
|
||||
passthru.updateScript = bundlerUpdateScript "xcode-install";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Install and update your Xcodes automatically";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue