We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7531c8e commit b45f614Copy full SHA for b45f614
pkgs/by-name/xc/xcodes/package.nix
@@ -38,16 +38,16 @@ stdenv.mkDerivation (finalAttrs: {
38
runHook postInstall
39
'';
40
41
- meta = with lib; {
+ meta = {
42
changelog = "https://github.com/XcodesOrg/xcodes/releases/tag/${finalAttrs.version}";
43
description = "Command-line tool to install and switch between multiple versions of Xcode";
44
homepage = "https://github.com/XcodesOrg/xcodes";
45
- license = with licenses; [
+ license = with lib.licenses; [
46
mit
47
# unxip
48
lgpl3Only
49
];
50
- maintainers = with maintainers; [ _0x120581f emilytrau ];
51
- platforms = platforms.darwin;
+ maintainers = with lib.maintainers; [ _0x120581f emilytrau ];
+ platforms = lib.platforms.darwin;
52
};
53
})
0 commit comments