mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
SDL_gpu: Format using nixfmt-rfc-style
This commit is contained in:
parent
14e770eef7
commit
c06d108c27
@ -37,7 +37,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
(lib.cmakeBool "SDL_gpu_BUILD_TESTS" false)
|
||||
];
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
outputs = [
|
||||
"out"
|
||||
"dev"
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
@ -45,8 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Library for high-performance, modern 2D graphics with SDL written in C";
|
||||
homepage = "https://grimfang4.github.io/sdl-gpu";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = lib.teams.sdl.members
|
||||
++ (with lib.maintainers; [ ]);
|
||||
maintainers = lib.teams.sdl.members ++ (with lib.maintainers; [ ]);
|
||||
inherit (SDL2.meta) platforms;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user