From 50c7be19f3caca384afc45317fb75bf71369339e Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Sun, 24 Nov 2024 12:38:54 +0000 Subject: [PATCH] retroarch-bare: add missing . in longDescription --- pkgs/by-name/re/retroarch-bare/wrapper.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/re/retroarch-bare/wrapper.nix b/pkgs/by-name/re/retroarch-bare/wrapper.nix index b3955892d10f9..5a8bc8e8f017d 100644 --- a/pkgs/by-name/re/retroarch-bare/wrapper.nix +++ b/pkgs/by-name/re/retroarch-bare/wrapper.nix @@ -73,7 +73,7 @@ symlinkJoin { RetroArch is the reference frontend for the libretro API. '' + lib.optionalString (cores != [ ]) '' - The following cores are included: ${lib.concatStringsSep ", " (map (c: c.core) cores)} + The following cores are included: ${lib.concatStringsSep ", " (map (c: c.core) cores)}. ''; }; }