retroarch: Propagate meta info to wrapper

This commit is contained in:
Tuomas Tynkkynen 2016-08-02 19:38:28 +03:00
parent 898c3436f3
commit 9b5dcffe22

View File

@ -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))