forked from mirrors/nixpkgs
dolphin-emu-beta: fix mainProgram on Linux
This commit is contained in:
parent
d234320d27
commit
e1b3ee8b43
|
@ -169,7 +169,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
homepage = "https://dolphin-emu.org";
|
||||
description = "Gamecube/Wii/Triforce emulator for x86_64 and ARMv8";
|
||||
mainProgram = "Dolphin";
|
||||
mainProgram = if stdenv.hostPlatform.isDarwin then "Dolphin" else "dolphin-emu";
|
||||
branch = "master";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.unix;
|
||||
|
|
Loading…
Reference in a new issue