10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
15 owner = "dethrace-labs";
17 rev = "refs/tags/v${version}";
18 hash = "sha256-Bt2wwF5cquXZwFpFyJ0TDmbFdTHbboQ93W/DvP9bsMo=";
19 fetchSubmodules = true;
22 buildInputs = [ SDL2 ];
29 install -Dm755 dethrace $out/bin/dethrace
33 homepage = "https://twitter.com/dethrace_labs";
34 description = "Reverse engineering the 1997 game Carmageddon";
35 license = licenses.gpl3;
36 platforms = platforms.linux;
37 maintainers = with maintainers; [ astro ];
38 mainProgram = "dethrace";