From 5b58565bf8227b9346a72844c22a733aab7b8d29 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 13 Sep 2017 08:12:08 +0200 Subject: pkgs/games: Switch Unity games to buildUnity Both of these games weren't working at all. Megabyte Punch was completely broken and the expression wasn't even finished and Lovers In A Dangerous Spacetime wasn't up to date (unfortunately we can't pin on a specific version). Megabyte Punch now also uses callPackage_i686, because it only comes with a 32 bit binary. Signed-off-by: aszlig --- pkgs/games/humblebundle/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/games/humblebundle/default.nix') diff --git a/pkgs/games/humblebundle/default.nix b/pkgs/games/humblebundle/default.nix index c3ed1494..cbffeaa0 100644 --- a/pkgs/games/humblebundle/default.nix +++ b/pkgs/games/humblebundle/default.nix @@ -23,7 +23,7 @@ let hammerwatch = callPackage ./hammerwatch.nix {}; jamestown = callPackage ./jamestown.nix {}; liads = callPackage ./liads.nix {}; - megabytepunch = callPackage ./megabytepunch.nix {}; + megabytepunch = callPackage_i686 ./megabytepunch.nix {}; pico-8 = callPackage ./pico-8.nix {}; rocketbirds = callPackage ./rocketbirds.nix {}; spaz = callPackage ./spaz.nix {}; -- cgit 1.4.1