Dolphin icon

Dolphin 2503

Emulator to play GameCube and Wii games

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    dolphin # Dolphin
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    dolphin # Dolphin
  ];
}

Package Definition

{
  "pname": "dolphin",
  "version": "2503",
  "src": {
    "url": "https://dl.dolphin-emu.org/releases/2503/dolphin-2503-universal.dmg",
    "sha256": "1695393ed870e13ea040e27614cefb5cdc7d2fb20053e41c9255eb7ca0745403"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Dolphin.app\" && cp -r \"Dolphin.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Emulator to play GameCube and Wii games",
    "homepage": "https://dolphin-emu.org/"
  }
}