about summary refs log tree commit diff
path: root/pkgs/games/humblebundle/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-10-17 21:01:59 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-10-17 21:04:33 +0200
commit12b2664cb75d7db596882b32412424efb032e860 (patch)
tree1f6ba29c6ee6c8f71b024cf4250aa7a49bbc300d /pkgs/games/humblebundle/default.nix
parent0a50f5fab1abf2e70fd5d7a2dd717c2f2c1b983b (diff)
Revert "runCommand -> runCommandCC"
This reverts commit e3f8d28d6be67257d70035d122263f3a35adc438 and my
attempts to mitigate this in 0a50f5fab1abf2e70fd5d7a2dd717c2f2c1b983b
and 3b91f25b37ea709f5c86e38a50061199bbed5341.

Vuizvui is a repository for experimental stuff, but NOT a dumpster. So
please refrain from pushing waste into this repository, like markers for
a failed merge.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @Profpatsch
Diffstat (limited to 'pkgs/games/humblebundle/default.nix')
-rw-r--r--pkgs/games/humblebundle/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/games/humblebundle/default.nix b/pkgs/games/humblebundle/default.nix
index fa16cf23..e1c7c0e1 100644
--- a/pkgs/games/humblebundle/default.nix
+++ b/pkgs/games/humblebundle/default.nix
@@ -11,12 +11,9 @@ 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 {};