retroarch: Propagate meta info to wrapper

wip/yesman
Tuomas Tynkkynen 8 years ago
parent 898c3436f3
commit 9b5dcffe22
  1. 2
      pkgs/misc/emulators/retroarch/wrapper.nix

@ -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…
Cancel
Save