Merge pull request #51935 from neonfuz/retroarch-menu-fix

retroarch: Remove --menu from wrapper
This commit is contained in:
Jörg Thalheim 2018-12-18 10:44:09 +00:00 committed by GitHub
commit 6b69a8c8f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;