wipeout-rewrite: nixfmt

This commit is contained in:
OPNA2608 2024-11-09 00:48:07 +01:00
parent fbd28d1b82
commit fdc5d84e66

View File

@ -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