mar1d: nixfmt

This commit is contained in:
wxt
2024-11-11 12:07:33 +08:00
parent e635cf8d9f
commit c8cacce22f

View File

@@ -1,14 +1,15 @@
{ stdenv
, lib
, SDL2
, SDL2_mixer
, libGLU
, libconfig
, meson
, ninja
, pkg-config
, fetchFromGitHub
, fetchpatch
{
stdenv,
lib,
SDL2,
SDL2_mixer,
libGLU,
libconfig,
meson,
ninja,
pkg-config,
fetchFromGitHub,
fetchpatch,
}:
stdenv.mkDerivation rec {
@@ -22,7 +23,11 @@ stdenv.mkDerivation rec {
owner = "Radvendii";
};
nativeBuildInputs = [ meson ninja pkg-config ];
nativeBuildInputs = [
meson
ninja
pkg-config
];
buildInputs = [
SDL2