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-09 05:22:56 +0200
committeraszlig <aszlig@nix.build>2018-06-09 05:31:28 +0200
commit5d98818c8e2e7cdf2bfe0dbd0c2a8fd069e9acb9 (patch)
treeb2b8f05c987a3d0e332abad60e4c8edc192f2d3f /pkgs/games/gog/default.nix
parentc4429caf0224e928b34c8acc1c3d17e0b2a9673a (diff)
games/gog: Add World of Xeen
This is the result when you combine Might and Magic 4 and 5 and ScummVM
very recently got support for that. See http://scummvm.org/news/20180501
for the announcement.

So we're wrapping the game using latest git version of ScummVM.

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 3e86c8a0..2379cd26 100644
--- a/pkgs/games/gog/default.nix
+++ b/pkgs/games/gog/default.nix
@@ -16,6 +16,7 @@ let
     stardew-valley-beta = lib.lowPrio (callPackage ./stardew-valley.nix {
       beta = true;
     });
+    xeen = callPackage ./xeen.nix {};
   };
 in {
   options.gog = {