From eee079f7e129c398f594716c1ca1fa0b3ea82eab Mon Sep 17 00:00:00 2001 From: Matteo Pacini Date: Sun, 10 Nov 2024 06:42:59 +0000 Subject: [PATCH] xcodes: nix-rfc-format --- pkgs/by-name/xc/xcodes/package.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/xc/xcodes/package.nix b/pkgs/by-name/xc/xcodes/package.nix index d181913cb259..bd5a56ce145d 100644 --- a/pkgs/by-name/xc/xcodes/package.nix +++ b/pkgs/by-name/xc/xcodes/package.nix @@ -23,7 +23,11 @@ stdenv.mkDerivation (finalAttrs: { hash = "sha256-TwPfASRU98rifyA/mINFfoY0MbbwmAh8JneVpJa38CA="; }; - nativeBuildInputs = [ swift swiftpm makeWrapper ]; + nativeBuildInputs = [ + swift + swiftpm + makeWrapper + ]; configurePhase = generated.configure; @@ -47,7 +51,10 @@ stdenv.mkDerivation (finalAttrs: { # unxip lgpl3Only ]; - maintainers = with lib.maintainers; [ _0x120581f emilytrau ]; + maintainers = with lib.maintainers; [ + _0x120581f + emilytrau + ]; platforms = lib.platforms.darwin; }; })