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
This commit is contained in:
Vladimír Čunát 2020-02-10 17:29:48 +01:00
parent 170eefbbb0
commit cc1ae9f21b
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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