12 pname = "rigel-engine";
13 version = "0-unstable-2024-05-26";
15 src = fetchFromGitHub {
16 owner = "lethal-guitar";
18 rev = "f05996f9b3ad3b3ea5bb818e49e7977636746343";
19 hash = "sha256-iZ+eYZxnVqHo4vLeZdoV7TO3fWivCfbAf4F57/fU7aY=";
20 fetchSubmodules = true;
34 ] ++ lib.optional buildOpenGLES "-DUSE_GL_ES=ON";
37 description = "Modern re-implementation of the classic DOS game Duke Nukem II";
38 homepage = "https://github.com/lethal-guitar/RigelEngine";
39 license = lib.licenses.gpl2Only;
40 maintainers = with lib.maintainers; [ keenanweaver ];
41 mainProgram = "RigelEngine";
42 platforms = lib.platforms.all;