Dolphin icon

Dolphin 2603a

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": "2603a",
  "src": {
    "url": "https://dl.dolphin-emu.org/releases/2603a/dolphin-2603a-universal.dmg",
    "sha256": "2b7ddd8b18e0b0e8b492cfd5385da28014a5497061dc2d807222bb3cc4575dfd"
  },
  "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/"
  }
}