Merge pull request #160920 from c0bw3b/pkg/retroarch
retroarch: keep meta.description short
This commit is contained in:
commit
98de8579cd
@ -28,10 +28,10 @@ stdenv.mkDerivation {
|
|||||||
preferLocalBuild = true;
|
preferLocalBuild = true;
|
||||||
|
|
||||||
meta = with retroarch.meta; {
|
meta = with retroarch.meta; {
|
||||||
inherit changelog license homepage platforms maintainers;
|
inherit changelog description homepage license maintainers platforms;
|
||||||
description = description
|
longDescription =
|
||||||
+ " (with cores: "
|
"RetroArch is the reference frontend for the libretro API. The following cores are included: "
|
||||||
+ lib.concatStringsSep ", " (map (x: "${x.name}") cores)
|
+ lib.concatStringsSep ", " (map (x: "${x.name}") cores)
|
||||||
+ ")";
|
+ ".";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user