Loading pkgs/by-name/sd/sdl-jstest/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -36,11 +36,11 @@ stdenv.mkDerivation { cmakeFlags = [ (lib.cmakeBool "BUILD_SDL_JSTEST" false) ]; meta = with lib; { meta = { homepage = "https://github.com/Grumbel/sdl-jstest"; description = "Simple SDL joystick test application for the console"; license = licenses.gpl3; platforms = platforms.linux; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; maintainers = [ ]; mainProgram = "sdl2-jstest"; }; Loading Loading
pkgs/by-name/sd/sdl-jstest/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -36,11 +36,11 @@ stdenv.mkDerivation { cmakeFlags = [ (lib.cmakeBool "BUILD_SDL_JSTEST" false) ]; meta = with lib; { meta = { homepage = "https://github.com/Grumbel/sdl-jstest"; description = "Simple SDL joystick test application for the console"; license = licenses.gpl3; platforms = platforms.linux; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; maintainers = [ ]; mainProgram = "sdl2-jstest"; }; Loading