about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/stdenv/linux/default.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/pkgs/stdenv/linux/default.nix b/pkgs/stdenv/linux/default.nix
index 3838f3e12d24..d432206a9e13 100644
--- a/pkgs/stdenv/linux/default.nix
+++ b/pkgs/stdenv/linux/default.nix
@@ -288,8 +288,6 @@ rec {
       ];
 
     overrides = pkgs: {
-      inherit cc;
-
       gcc = cc;
 
       inherit (stage4.pkgs)
@@ -298,8 +296,8 @@ rec {
         attr acl paxctl zlib pcre;
     };
   };
-  
-  
+
+
   testBootstrapTools = let
     defaultPkgs = allPackages { inherit system platform; };
   in derivation {
@@ -310,7 +308,7 @@ rec {
 
     buildCommand = ''
       export PATH=${bootstrapTools}/bin
-      
+
       ls -l
       mkdir $out
       mkdir $out/bin