20 stdenv.mkDerivation rec {
24 src = fetchFromGitHub {
28 hash = "sha256-TuDiClIq8GLY/3qGildlPpwUUHmpFNATRz5CNTLpfeM=";
31 sourceRoot = "${src.name}/prboom2";
33 nativeBuildInputs = [ cmake ];
49 passthru.updateScript = nix-update-script { };
52 homepage = "https://github.com/kraflab/dsda-doom";
53 changelog = "https://github.com/kraflab/dsda-doom/releases/tag/v${version}";
54 description = "Advanced Doom source port with a focus on speedrunning, successor of PrBoom+";
55 mainProgram = "dsda-doom";
56 license = lib.licenses.gpl2Plus;
57 platforms = lib.platforms.linux;
58 maintainers = with lib.maintainers; [ Gliczy ];