summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/emulators/ppsspp
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-02-01 15:10:12 +0800
committerNick Cao <nickcao@nichi.co>2023-02-01 15:10:12 +0800
commit42c048fb3af82aee71e0ea4fcca5cf690fc7c855 (patch)
tree73d708a68f0c7612dbab1ee9b867fef824491a90 /pkgs/applications/emulators/ppsspp
parentf6822e8bb18e43abf6069c0cea1d1f69ad8fb627 (diff)
ppsspp: fixup meta.description
Diffstat (limited to 'pkgs/applications/emulators/ppsspp')
-rw-r--r--pkgs/applications/emulators/ppsspp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/emulators/ppsspp/default.nix b/pkgs/applications/emulators/ppsspp/default.nix
index e730131ed6ff..a2664e12641d 100644
--- a/pkgs/applications/emulators/ppsspp/default.nix
+++ b/pkgs/applications/emulators/ppsspp/default.nix
@@ -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;