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 b45f614 commit eee079fCopy full SHA for eee079f
pkgs/by-name/xc/xcodes/package.nix
@@ -23,7 +23,11 @@ stdenv.mkDerivation (finalAttrs: {
23
hash = "sha256-TwPfASRU98rifyA/mINFfoY0MbbwmAh8JneVpJa38CA=";
24
};
25
26
- nativeBuildInputs = [ swift swiftpm makeWrapper ];
+ nativeBuildInputs = [
27
+ swift
28
+ swiftpm
29
+ makeWrapper
30
+ ];
31
32
configurePhase = generated.configure;
33
@@ -47,7 +51,10 @@ stdenv.mkDerivation (finalAttrs: {
47
51
# unxip
48
52
lgpl3Only
49
53
];
50
- maintainers = with lib.maintainers; [ _0x120581f emilytrau ];
54
+ maintainers = with lib.maintainers; [
55
+ _0x120581f
56
+ emilytrau
57
58
platforms = lib.platforms.darwin;
59
60
})
0 commit comments