stdenv bootstrap tools: adjust with glibc-2.34 (2nd try)

This time without rebuilding stdenvs.
main
Vladimír Čunát 2 years ago
parent e66ed266f8
commit 6fd0d1bb4b
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
  1. 3
      pkgs/stdenv/linux/make-bootstrap-tools.nix

@ -74,6 +74,9 @@ in with pkgs; rec {
cp -d ${libc.out}/lib/libresolv*.so* $out/lib
cp -d ${libc.out}/lib/crt?.o $out/lib
# Hacky compat with our current unpack-bootstrap-tools.sh
ln -s librt.so "$out"/lib/librt-dummy.so
cp -rL ${libc.dev}/include $out
chmod -R u+w "$out"

Loading…
Cancel
Save