about summary refs log tree commit diff
path: root/pkgs/games/gog/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2019-06-21 04:37:37 +0200
committeraszlig <aszlig@nix.build>2019-06-21 04:46:28 +0200
commitb5f22e1874786bf0641bc0cfe1f6c2eedf0ff649 (patch)
tree3cd7618f4f16888d4d2424dc924a20ddd4276820 /pkgs/games/gog/default.nix
parentf33d5617c08f8378433d00f18e9f0bb7136ca5ad (diff)
pkgs/games: Add Warcraft II BNE
This is supported by the Stratagus/Wargus engine and it's using the data
files from the GOG version.

I had this laying in the repository for a while but didn't commit and
push it yet, so let's call it done by now :-)

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 479dbc27..6588d6f2 100644
--- a/pkgs/games/gog/default.nix
+++ b/pkgs/games/gog/default.nix
@@ -24,6 +24,7 @@ let
     the-longest-journey = callPackage ./the-longest-journey {};
     thimbleweed-park = callPackage ./thimbleweed-park.nix {};
     war-for-the-overworld = callPackage ./war-for-the-overworld.nix {};
+    warcraft2 = callPackage ./warcraft2 {};
     wizard-of-legend = callPackage ./wizard-of-legend.nix {};
     xeen = callPackage ./xeen.nix {};
   };