Skip to content

Commit

Permalink
doomsday-engine_3: init at 3.0-unstable-2024-01-23
Browse files Browse the repository at this point in the history
  • Loading branch information
pluiedev committed Nov 5, 2024
1 parent 07e1b00 commit 3d34cc9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pkgs/by-name/do/doomsday-engine/3.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
lib,
callPackage,
zlib,
}:
callPackage (import ./generic.nix {
version = "3.0-unstable-2024-01-23";
rev = "aa09feba6449efe3b426013a71499bf7c310de15";
hash = "sha256-ZiVXaAsN8/PsdBgxyw85qxPLkl6xePm+nG2A6V269zU=";

gamekitPath = "libs/gamekit/libs";

buildInputs = [ zlib ];

cmakeFlags = [
(lib.cmakeBool "DE_USE_SYSTEM_ASSIMP" true)
(lib.cmakeBool "DE_USE_SYSTEM_GLBINDING" true)
];
}) { }
2 changes: 2 additions & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3482,6 +3482,8 @@ with pkgs;

dpt-rp1-py = callPackage ../tools/misc/dpt-rp1-py { };

doomsday-engine_3 = callPackage ../by-name/do/doomsday-engine/3.nix { };

doona = callPackage ../tools/security/doona { };

droidcam = callPackage ../applications/video/droidcam { };
Expand Down

0 comments on commit 3d34cc9

Please sign in to comment.