about summary refs log tree commit diff
path: root/pkgs/games/humblebundle/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-06-04 17:07:16 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-06-04 17:10:54 +0200
commitfb10f96ce9787b5704df93d4600af9eed6fbb5dd (patch)
tree85f82905bb5a7ec1fe57e129b0aa5bb495cb28bf /pkgs/games/humblebundle/default.nix
parent48e1e4fe3b89460086d2939bf790eea12455ef4d (diff)
pkgs/games/humblebundle: Add Brigador
Just tested it a bit but haven't really played it (and probably won't
have time to during the next weeks).

This is the version that got released on 2016-06-02 and it needs a small
preload wrapper because it tries to load assets and other stuff relative
to the current directory. The preloader makes sure that the correct
store path is read instead.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
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 237a5dc6..d0e564b8 100644
--- a/pkgs/games/humblebundle/default.nix
+++ b/pkgs/games/humblebundle/default.nix
@@ -12,6 +12,7 @@ let
     };
 
     bastion = callPackage ./bastion.nix {};
+    brigador = callPackage ./brigador.nix {};
     cavestoryplus = callPackage ./cavestoryplus.nix {};
     fez = callPackage ./fez.nix {};
     ftl = callPackage ./ftl.nix {};