ppsspp: fixup meta.description

This commit is contained in:
Nick Cao 2023-02-01 15:10:12 +08:00
parent f6822e8bb1
commit 42c048fb3a
No known key found for this signature in database

View file

@ -115,10 +115,10 @@ stdenv.mkDerivation (self: {
runHook postInstall
'';
meta = with lib; {
meta = {
homepage = "https://www.ppsspp.org/";
description = "A HLE Playstation Portable emulator, written in C++ ("
++ (if enableQt then "Qt" else "SDL + headless") ++ ")";
+ (if enableQt then "Qt" else "SDL + headless") + ")";
license = lib.licenses.gpl2Plus;
maintainers = [ lib.maintainers.AndersonTorres ];
platforms = lib.platforms.linux;