From e3f8d28d6be67257d70035d122263f3a35adc438 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sat, 15 Oct 2016 06:21:43 +0200 Subject: runCommand -> runCommandCC --- pkgs/games/humblebundle/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/games/humblebundle/default.nix') diff --git a/pkgs/games/humblebundle/default.nix b/pkgs/games/humblebundle/default.nix index e1c7c0e1..fa16cf23 100644 --- a/pkgs/games/humblebundle/default.nix +++ b/pkgs/games/humblebundle/default.nix @@ -11,9 +11,12 @@ let inherit (config.humblebundle) email password; }; + humbleApi = callPackage ./humbleApi { requests2 = pkgs.pythonPackages.requests2; }; + bastion = callPackage ./bastion.nix {}; brigador = callPackage ./brigador.nix {}; cavestoryplus = callPackage ./cavestoryplus.nix {}; + curious-expedition = callPackage ./curious-expedition.nix {}; fez = callPackage ./fez.nix {}; ftl = callPackage ./ftl.nix {}; guacamelee = callPackage_i686 ./guacamelee.nix {}; -- cgit 1.4.1