summary refs log tree commit diff
path: root/pkgs/stdenv
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2012-12-23 20:19:55 +0100
committerLluís Batlle i Rossell <viric@viric.name>2012-12-26 22:01:31 +0000
commit50ae899f622240f0048611b3db06adf5f413c2e7 (patch)
treeaf25541deb3c263902c5528f04e1535ea2df3a5a /pkgs/stdenv
parent0af1283e977ffbd72681461ab8e75735563a4421 (diff)
downloadnixpkgs-50ae899f622240f0048611b3db06adf5f413c2e7.tar
nixpkgs-50ae899f622240f0048611b3db06adf5f413c2e7.tar.gz
nixpkgs-50ae899f622240f0048611b3db06adf5f413c2e7.tar.bz2
nixpkgs-50ae899f622240f0048611b3db06adf5f413c2e7.tar.lz
nixpkgs-50ae899f622240f0048611b3db06adf5f413c2e7.tar.xz
nixpkgs-50ae899f622240f0048611b3db06adf5f413c2e7.tar.zst
nixpkgs-50ae899f622240f0048611b3db06adf5f413c2e7.zip
Removing a glibc outdated mention in stdenvLinux
Diffstat (limited to 'pkgs/stdenv')
-rw-r--r--pkgs/stdenv/linux/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/stdenv/linux/default.nix b/pkgs/stdenv/linux/default.nix
index d8b404cc776..c59c03506ea 100644
--- a/pkgs/stdenv/linux/default.nix
+++ b/pkgs/stdenv/linux/default.nix
@@ -190,7 +190,7 @@ rec {
   
   # 5) Build Glibc with the bootstrap tools.  The result is the full,
   #    dynamically linked, final Glibc.
-  stdenvLinuxGlibc = stdenvLinuxBoot2Pkgs.glibc.override { recentGcc = false; };
+  stdenvLinuxGlibc = stdenvLinuxBoot2Pkgs.glibc;
 
   
   # 6) Construct a third stdenv identical to the 2nd, except that