summary refs log tree commit diff
path: root/pkgs/stdenv
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2022-02-27 15:10:58 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2022-02-27 15:10:58 +0100
commit91fa7657d180942da624520231754706940f23f4 (patch)
treeb353208290b7184e896918220ea2acefc1accb47 /pkgs/stdenv
parent1077a6e040b445bf3d0854a667a1c03f33aa5c60 (diff)
downloadnixpkgs-91fa7657d180942da624520231754706940f23f4.tar
nixpkgs-91fa7657d180942da624520231754706940f23f4.tar.gz
nixpkgs-91fa7657d180942da624520231754706940f23f4.tar.bz2
nixpkgs-91fa7657d180942da624520231754706940f23f4.tar.lz
nixpkgs-91fa7657d180942da624520231754706940f23f4.tar.xz
nixpkgs-91fa7657d180942da624520231754706940f23f4.tar.zst
nixpkgs-91fa7657d180942da624520231754706940f23f4.zip
stdenv: revert gcc hack
See https://github.com/NixOS/nixpkgs/pull/133431#discussion_r805339569
Diffstat (limited to 'pkgs/stdenv')
-rw-r--r--pkgs/stdenv/linux/default.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/pkgs/stdenv/linux/default.nix b/pkgs/stdenv/linux/default.nix
index e20ea9e1686..e5771860bce 100644
--- a/pkgs/stdenv/linux/default.nix
+++ b/pkgs/stdenv/linux/default.nix
@@ -254,19 +254,6 @@ in
         '';
       });
 
-      gcc-unwrapped = self.stdenvNoCC.mkDerivation {
-        inherit (prevStage.gcc-unwrapped) name;
-        dontUnpack = true;
-        dontBuild = true;
-        installPhase = ''
-          mkdir -p $out
-          cp -ar ${prevStage.gcc-unwrapped}/* $out/
-          chmod -R a+w $out/
-          cp -a ${getLibc self}/lib/* $out/lib/
-          chmod -R a-w $out/
-        '';
-      };
-
       # This also contains the full, dynamically linked, final Glibc.
       binutils = prevStage.binutils.override {
         # Rewrap the binutils with the new glibc, so both the next