From fdc5d84e66a1c0a5b4db9e4af6fee35f8e42ee08 Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Sat, 9 Nov 2024 00:48:07 +0100 Subject: [PATCH] wipeout-rewrite: nixfmt --- pkgs/games/wipeout-rewrite/default.nix | 31 ++++++++++++++------------ 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/pkgs/games/wipeout-rewrite/default.nix b/pkgs/games/wipeout-rewrite/default.nix index 99e7d9b9d31c..d42b942cc051 100644 --- a/pkgs/games/wipeout-rewrite/default.nix +++ b/pkgs/games/wipeout-rewrite/default.nix @@ -1,11 +1,12 @@ -{ stdenv -, lib -, fetchFromGitHub -, makeWrapper -, Foundation -, glew -, SDL2 -, writeShellScript +{ + stdenv, + lib, + fetchFromGitHub, + makeWrapper, + Foundation, + glew, + SDL2, + writeShellScript, }: let @@ -39,12 +40,14 @@ stdenv.mkDerivation (finalAttrs: { makeWrapper ]; - buildInputs = [ - glew - SDL2 - ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ - Foundation - ]; + buildInputs = + [ + glew + SDL2 + ] + ++ lib.optionals stdenv.hostPlatform.isDarwin [ + Foundation + ]; installPhase = '' runHook preInstall