From 4d55db84945f05cf9bff86354946dc70bb1af794 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 25 Jun 2018 22:52:24 +0200 Subject: games/gog: Add Dungeons 3 Unfortunately this game doesn't work on my machine, as I don't have support for OpenGL 4.3. However, the game at least gets to the loading screen, so it should work in theory. Signed-off-by: aszlig --- pkgs/games/gog/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/games/gog/default.nix') diff --git a/pkgs/games/gog/default.nix b/pkgs/games/gog/default.nix index fe6f3157..73152880 100644 --- a/pkgs/games/gog/default.nix +++ b/pkgs/games/gog/default.nix @@ -12,6 +12,7 @@ let }; albion = callPackage_i686 ./albion { inherit (pkgs) buildSandbox; }; + dungeons3 = callPackage ./dungeons3.nix {}; overload = callPackage ./overload.nix {}; party-hard = callPackage ./party-hard.nix {}; stardew-valley = callPackage ./stardew-valley.nix {}; -- cgit 1.4.1