Skip to content

Commit

Permalink
retroarch-bare: add missing . in longDescription
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Nov 24, 2024
1 parent 3d61666 commit 50c7be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/re/retroarch-bare/wrapper.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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)}.
'';
};
}

0 comments on commit 50c7be1

Please sign in to comment.