retroarch: Propagate meta info to wrapper
This commit is contained in:
parent
898c3436f3
commit
9b5dcffe22
@ -30,7 +30,7 @@ stdenv.mkDerivation {
|
|||||||
preferLocalBuild = true;
|
preferLocalBuild = true;
|
||||||
|
|
||||||
meta = with retroarch.meta; {
|
meta = with retroarch.meta; {
|
||||||
inherit license homepage;
|
inherit license homepage platforms maintainers;
|
||||||
description = description
|
description = description
|
||||||
+ " (with cores: "
|
+ " (with cores: "
|
||||||
+ lib.concatStrings (lib.intersperse ", " (map (x: ""+x.name) cores))
|
+ lib.concatStrings (lib.intersperse ", " (map (x: ""+x.name) cores))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user