19 stdenv.mkDerivation rec {
23 src = fetchFromGitHub {
27 sha256 = "sha256-losqnxnjRPOczjrRPyyOxCeg9TNScXLcXADgo9Bxm5k=";
30 # Add libGLU libGL linking
32 sed -i 's/\<idlib\()\?\)$/idlib GL\1/' neo/CMakeLists.txt
36 cd "$(ls -d dhewm3-*.src)"/neo
59 desktopName = "Doom 3";
60 categories = [ "Game" ];
64 hardeningDisable = [ "format" ];
67 homepage = "https://github.com/dhewm/dhewm3";
68 description = "Doom 3 port to SDL";
69 mainProgram = "dhewm3";
70 license = lib.licenses.gpl3;
72 platforms = with platforms; linux;