about summary refs log tree commit diff
path: root/pkgs/build-support/gcc-wrapper-old/default.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2014-12-26 12:28:15 -0500
committerShea Levy <shea@shealevy.com>2014-12-26 12:28:15 -0500
commit05edd656f6bdecde31eb0270209cfc7e2320caad (patch)
tree4b7c9eaf4d76874b7114015038ceb7d3e23b64bc /pkgs/build-support/gcc-wrapper-old/default.nix
parent28b6fb61e651a3e2cca57d087781e7ba6ab45e7c (diff)
downloadnixlib-05edd656f6bdecde31eb0270209cfc7e2320caad.tar
nixlib-05edd656f6bdecde31eb0270209cfc7e2320caad.tar.gz
nixlib-05edd656f6bdecde31eb0270209cfc7e2320caad.tar.bz2
nixlib-05edd656f6bdecde31eb0270209cfc7e2320caad.tar.lz
nixlib-05edd656f6bdecde31eb0270209cfc7e2320caad.tar.xz
nixlib-05edd656f6bdecde31eb0270209cfc7e2320caad.tar.zst
nixlib-05edd656f6bdecde31eb0270209cfc7e2320caad.zip
Missed gcc refs
Diffstat (limited to 'pkgs/build-support/gcc-wrapper-old/default.nix')
-rw-r--r--pkgs/build-support/gcc-wrapper-old/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/gcc-wrapper-old/default.nix b/pkgs/build-support/gcc-wrapper-old/default.nix
index 8e8b0b909454..20f1bc97ad1b 100644
--- a/pkgs/build-support/gcc-wrapper-old/default.nix
+++ b/pkgs/build-support/gcc-wrapper-old/default.nix
@@ -58,7 +58,7 @@ stdenv.mkDerivation {
 
   crossAttrs = {
     shell = shell.crossDrv + shell.crossDrv.shellPath;
-    libc = stdenv.gccCross.libc;
+    libc = stdenv.ccCross.libc;
     coreutils = coreutils.crossDrv;
     binutils = binutils.crossDrv;
     gcc = gcc.crossDrv;