From fb10f96ce9787b5704df93d4600af9eed6fbb5dd Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 4 Jun 2016 17:07:16 +0200 Subject: 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 --- pkgs/games/humblebundle/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/games/humblebundle/default.nix') 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 {}; -- cgit 1.4.1