about summary refs log tree commit diff
path: root/humblebundle/cavestoryplus.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-04-16 20:02:01 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-04-16 20:02:01 +0200
commitd903a654d511a2f56326ab4b3de5ae556a3ac7d3 (patch)
tree863822e47d7cb779dec05b4be06370261ddb9e7b /humblebundle/cavestoryplus.nix
parentdab1530b60f41d964fefff210717a50564e52edf (diff)
Rename stdenv.cc.gcc to stdenv.cc.cc.
This has been changed in NixOS/nixpkgs@48f63c2.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'humblebundle/cavestoryplus.nix')
-rw-r--r--humblebundle/cavestoryplus.nix2
1 files changed, 1 insertions, 1 deletions
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 \