summaryrefslogtreecommitdiffstats
path: root/pkgs/stdenv/linux/make-bootstrap-tools.nix
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2020-02-10 17:29:48 +0100
committerVladimír Čunát <v@cunat.cz>2020-02-10 17:31:35 +0100
commitcc1ae9f21b9e0ce998e706a3de1bad0b5259f22d (patch)
tree8858df1631d28a6178108f891149c309b204c576 /pkgs/stdenv/linux/make-bootstrap-tools.nix
parent170eefbbb0e2b53912c36fd7dbb4b8cf80ee73b3 (diff)
make-bootstrap-tools: fixup after glibc update
There's a generated header that got comment about the source header from glibc.dev, which added unwanted runtime dependency. Tested: nix build -f pkgs/top-level/release.nix stdenvBootstrapTools.{aarch64,i686,x86_64}-linux.test
Diffstat (limited to 'pkgs/stdenv/linux/make-bootstrap-tools.nix')
-rw-r--r--pkgs/stdenv/linux/make-bootstrap-tools.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/stdenv/linux/make-bootstrap-tools.nix b/pkgs/stdenv/linux/make-bootstrap-tools.nix
index 0c285f9661e0..90a679756d77 100644
--- a/pkgs/stdenv/linux/make-bootstrap-tools.nix
+++ b/pkgs/stdenv/linux/make-bootstrap-tools.nix
@@ -175,6 +175,7 @@ in with pkgs; rec {
nuke-refs $out/lib/*
nuke-refs $out/libexec/gcc/*/*/*
nuke-refs $out/lib/gcc/*/*/*
+ nuke-refs $out/lib/gcc/*/*/include-fixed/*/*
mkdir $out/.pack
mv $out/* $out/.pack