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 stdenv,
, fetchFromGitHub lib,
, makeWrapper fetchFromGitHub,
, Foundation makeWrapper,
, glew Foundation,
, SDL2 glew,
, writeShellScript SDL2,
writeShellScript,
}: }:
let let
@ -39,12 +40,14 @@ stdenv.mkDerivation (finalAttrs: {
makeWrapper makeWrapper
]; ];
buildInputs = [ buildInputs =
glew [
SDL2 glew
] ++ lib.optionals stdenv.hostPlatform.isDarwin [ SDL2
Foundation ]
]; ++ lib.optionals stdenv.hostPlatform.isDarwin [
Foundation
];
installPhase = '' installPhase = ''
runHook preInstall runHook preInstall