Skip to content

Commit eee079f

Browse files
author
Matteo Pacini
committed
xcodes: nix-rfc-format
1 parent b45f614 commit eee079f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

pkgs/by-name/xc/xcodes/package.nix

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ stdenv.mkDerivation (finalAttrs: {
2323
hash = "sha256-TwPfASRU98rifyA/mINFfoY0MbbwmAh8JneVpJa38CA=";
2424
};
2525

26-
nativeBuildInputs = [ swift swiftpm makeWrapper ];
26+
nativeBuildInputs = [
27+
swift
28+
swiftpm
29+
makeWrapper
30+
];
2731

2832
configurePhase = generated.configure;
2933

@@ -47,7 +51,10 @@ stdenv.mkDerivation (finalAttrs: {
4751
# unxip
4852
lgpl3Only
4953
];
50-
maintainers = with lib.maintainers; [ _0x120581f emilytrau ];
54+
maintainers = with lib.maintainers; [
55+
_0x120581f
56+
emilytrau
57+
];
5158
platforms = lib.platforms.darwin;
5259
};
5360
})

0 commit comments

Comments
 (0)