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