3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #144417 from sternenseemann/glibc-always-ldd

glibc: include ldd and other scripts in cross-builds
This commit is contained in:
Maximilian Bosch 2021-11-06 13:40:04 +01:00 committed by GitHub
commit ac971cdc54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -286,9 +286,4 @@ stdenv.mkDerivation ({
// lib.optionalAttrs (stdenv.hostPlatform != stdenv.buildPlatform) {
preInstall = null; # clobber the native hook
# To avoid a dependency on the build system 'bash'.
preFixup = ''
rm -f $bin/bin/{ldd,tzselect,catchsegv,xtrace}
'';
})