summary refs log tree commit diff
path: root/pkgs/development/libraries/glibc/common.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-11-06 18:01:01 +0000
committerGitHub <noreply@github.com>2021-11-06 18:01:01 +0000
commiteeb7e66e975d623aacfb95a450237192fd200e30 (patch)
treeb6905b92ac4a4e49e703721cbadeac2ce8da9a23 /pkgs/development/libraries/glibc/common.nix
parent89ec09c85893fa1c9169aa14509e19e697871f20 (diff)
parentd63d3250f4ead4753181d00b5c8a6f4a5e3c6f07 (diff)
downloadnixpkgs-eeb7e66e975d623aacfb95a450237192fd200e30.tar
nixpkgs-eeb7e66e975d623aacfb95a450237192fd200e30.tar.gz
nixpkgs-eeb7e66e975d623aacfb95a450237192fd200e30.tar.bz2
nixpkgs-eeb7e66e975d623aacfb95a450237192fd200e30.tar.lz
nixpkgs-eeb7e66e975d623aacfb95a450237192fd200e30.tar.xz
nixpkgs-eeb7e66e975d623aacfb95a450237192fd200e30.tar.zst
nixpkgs-eeb7e66e975d623aacfb95a450237192fd200e30.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/development/libraries/glibc/common.nix')
-rw-r--r--pkgs/development/libraries/glibc/common.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/development/libraries/glibc/common.nix b/pkgs/development/libraries/glibc/common.nix
index 064c2532472..91281f9cd24 100644
--- a/pkgs/development/libraries/glibc/common.nix
+++ b/pkgs/development/libraries/glibc/common.nix
@@ -288,9 +288,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}
-  '';
 })