about summary refs log tree commit diff
path: root/pkgs/games/gog/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-06-25 22:52:24 +0200
committeraszlig <aszlig@nix.build>2018-06-28 03:42:03 +0200
commit4d55db84945f05cf9bff86354946dc70bb1af794 (patch)
tree8fcea094dda8e96cee3c1df6c18be6332c4de700 /pkgs/games/gog/default.nix
parente04e151f0802d5d04b3370c6783b540cdaaf5044 (diff)
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 <aszlig@nix.build>
Diffstat (limited to 'pkgs/games/gog/default.nix')
-rw-r--r--pkgs/games/gog/default.nix1
1 files changed, 1 insertions, 0 deletions
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 {};