mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +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,
|
bundlerUpdateScript,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
bundlerApp rec {
|
bundlerApp {
|
||||||
pname = "xcode-install";
|
pname = "xcode-install";
|
||||||
gemdir = ./.;
|
gemdir = ./.;
|
||||||
exes = [ "xcversion" ];
|
exes = [ "xcversion" ];
|
||||||
|
|
||||||
passthru.updateScript = bundlerUpdateScript pname;
|
passthru.updateScript = bundlerUpdateScript "xcode-install";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Install and update your Xcodes automatically";
|
description = "Install and update your Xcodes automatically";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue