From d903a654d511a2f56326ab4b3de5ae556a3ac7d3 Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 16 Apr 2015 20:02:01 +0200 Subject: Rename stdenv.cc.gcc to stdenv.cc.cc. This has been changed in NixOS/nixpkgs@48f63c2. Signed-off-by: aszlig --- humblebundle/cavestoryplus.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'humblebundle/cavestoryplus.nix') diff --git a/humblebundle/cavestoryplus.nix b/humblebundle/cavestoryplus.nix index 6f343c0c..d4c744d4 100644 --- a/humblebundle/cavestoryplus.nix +++ b/humblebundle/cavestoryplus.nix @@ -15,7 +15,7 @@ stdenv.mkDerivation rec { patchPhase = let rpath = stdenv.lib.makeLibraryPath [ - SDL "$out" stdenv.cc.gcc mesa + SDL "$out" stdenv.cc.cc mesa ]; in '' patchelf \ -- cgit 1.4.1