about summary refs log tree commit diff
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
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>
-rw-r--r--humblebundle/cavestoryplus.nix2
-rw-r--r--humblebundle/ftl.nix2
-rw-r--r--humblebundle/spaz.nix2
-rw-r--r--humblebundle/swordsandsoldiers.nix2
4 files changed, 4 insertions, 4 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 \
diff --git a/humblebundle/ftl.nix b/humblebundle/ftl.nix
index 17d484dc..7423951a 100644
--- a/humblebundle/ftl.nix
+++ b/humblebundle/ftl.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
 
   patchPhase = let
     rpath = stdenv.lib.makeLibraryPath [
-      SDL "$out" stdenv.cc.gcc mesa libdevil freetype
+      SDL "$out" stdenv.cc.cc mesa libdevil freetype
     ];
   in ''
     patchelf \
diff --git a/humblebundle/spaz.nix b/humblebundle/spaz.nix
index 7ba028d9..5e40ea49 100644
--- a/humblebundle/spaz.nix
+++ b/humblebundle/spaz.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
 
   buildPhase = let
     libs = pkgsi686Linux.stdenv.lib.makeLibraryPath [
-      pkgsi686Linux.stdenv.cc.gcc pkgsi686Linux.SDL
+      pkgsi686Linux.stdenv.cc.cc pkgsi686Linux.SDL
     ];
   in ''
     patchelf --set-interpreter "${pkgsi686Linux.glibc}"/lib/ld-linux.so.* \
diff --git a/humblebundle/swordsandsoldiers.nix b/humblebundle/swordsandsoldiers.nix
index 8c5b0eec..2fd4fc4b 100644
--- a/humblebundle/swordsandsoldiers.nix
+++ b/humblebundle/swordsandsoldiers.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
 
   patchPhase = let
     rpath = stdenv.lib.makeLibraryPath [
-      SDL mesa zlib openal libvorbis fontconfig freetype stdenv.cc.gcc libogg
+      SDL mesa zlib openal libvorbis fontconfig freetype stdenv.cc.cc libogg
       xorg.libX11 xorg.libXft xorg.libXinerama xorg.libXext xorg.libXpm
     ];
   in ''