From 5d98818c8e2e7cdf2bfe0dbd0c2a8fd069e9acb9 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 9 Jun 2018 05:22:56 +0200 Subject: 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 --- 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 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 = { -- cgit 1.4.1