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