summary refs log tree commit diff
path: root/pkgs/shells/bash/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shells/bash/default.nix')
-rw-r--r--pkgs/shells/bash/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/shells/bash/default.nix b/pkgs/shells/bash/default.nix
index a8dd2e3dd63e..77fc114878a5 100644
--- a/pkgs/shells/bash/default.nix
+++ b/pkgs/shells/bash/default.nix
@@ -13,9 +13,7 @@ stdenv.mkDerivation ({
   };
 }
 
-# libcompat.a is needed on dietlibc for stpcpy().
 // (if stdenv ? isDietLibC then {
-  NIX_LDFLAGS = "-lcompat";
   patches = [./winsize.patch];
 } else {})