Skip to content

Commit 50c7be1

Browse files
committed
retroarch-bare: add missing . in longDescription
1 parent 3d61666 commit 50c7be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/re/retroarch-bare/wrapper.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ symlinkJoin {
7373
RetroArch is the reference frontend for the libretro API.
7474
''
7575
+ lib.optionalString (cores != [ ]) ''
76-
The following cores are included: ${lib.concatStringsSep ", " (map (c: c.core) cores)}
76+
The following cores are included: ${lib.concatStringsSep ", " (map (c: c.core) cores)}.
7777
'';
7878
};
7979
}

0 commit comments

Comments
 (0)