about summary refs log tree commit diff
path: root/pkgs/games/humblebundle/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-09-10 18:26:39 +0200
committeraszlig <aszlig@nix.build>2018-09-10 18:27:14 +0200
commit66ddae3556371045332884440d7a1a0ad0a70c9c (patch)
tree08b05e384d67fe98186569746a862eb75b50e350 /pkgs/games/humblebundle/default.nix
parente5ab073e1b4a53fe68755a4a073d5b8d5b6b19fc (diff)
games/humblebundle: Add Trine 2
Had this lying around for a while already, so just adding for
completeness.

I've tested whether the game still works.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'pkgs/games/humblebundle/default.nix')
-rw-r--r--pkgs/games/humblebundle/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/humblebundle/default.nix b/pkgs/games/humblebundle/default.nix
index 4a0792c4..77069bb7 100644
--- a/pkgs/games/humblebundle/default.nix
+++ b/pkgs/games/humblebundle/default.nix
@@ -31,6 +31,7 @@ let
     spaz = callPackage ./spaz.nix {};
     starbound = callPackage ./starbound.nix {};
     swordsandsoldiers = callPackage ./swordsandsoldiers.nix {};
+    trine2 = callPackage_i686 ./trine2.nix {};
     unepic = callPackage ./unepic.nix {};
   };
 in with lib; {