1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

retroarch: Remove --menu from wrapper

This commit is contained in:
Sage Raflik 2018-12-13 02:20:31 -08:00
parent ca3f089a83
commit b33fc4e618

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation {
makeWrapper ${retroarch}/bin/retroarch $out/bin/retroarch \
--suffix-each LD_LIBRARY_PATH ':' "$cores" \
--add-flags "-L $out/lib/ --menu" \
--add-flags "-L $out/lib/" \
'';
cores = map (x: x + x.libretroCore) cores;