@@ -36,11 +36,11 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
cmakeFlags = [ (lib.cmakeBool "BUILD_SDL_JSTEST" false) ];
|
cmakeFlags = [ (lib.cmakeBool "BUILD_SDL_JSTEST" false) ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
homepage = "https://github.com/Grumbel/sdl-jstest";
|
homepage = "https://github.com/Grumbel/sdl-jstest";
|
||||||
description = "Simple SDL joystick test application for the console";
|
description = "Simple SDL joystick test application for the console";
|
||||||
license = licenses.gpl3;
|
license = lib.licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
mainProgram = "sdl2-jstest";
|
mainProgram = "sdl2-jstest";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user