GZDoom icon

GZDoom 4.14.2

Adds an OpenGL renderer to the ZDoom source port

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "gzdoom",
  "version": "4.14.2",
  "src": {
    "url": "https://github.com/ZDoom/gzdoom/releases/download/g4.14.2/gzdoom-4-14-2-macOS.zip",
    "sha256": "0f2e638574ce2a2b5adec3613cf3fc1c66f63468019d412bb8dc8787ee78fb05"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/GZDoom.app\" && cp -r \"GZDoom.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Adds an OpenGL renderer to the ZDoom source port",
    "homepage": "https://github.com/ZDoom/gzdoom"
  }
}