summary refs log tree commit diff
path: root/pkgs/shells/bash
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2016-03-07 21:39:26 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2016-03-07 21:40:20 +0100
commitbaee91ec60ca724b00027033a8e0d7f97cf376a7 (patch)
tree8b8ead019823bf62dc2afc45fe77bef4b3f3f19f /pkgs/shells/bash
parentb2b499e6c40a36ff8cdbfd8d27096592d0f394cb (diff)
downloadnixpkgs-baee91ec60ca724b00027033a8e0d7f97cf376a7.tar
nixpkgs-baee91ec60ca724b00027033a8e0d7f97cf376a7.tar.gz
nixpkgs-baee91ec60ca724b00027033a8e0d7f97cf376a7.tar.bz2
nixpkgs-baee91ec60ca724b00027033a8e0d7f97cf376a7.tar.lz
nixpkgs-baee91ec60ca724b00027033a8e0d7f97cf376a7.tar.xz
nixpkgs-baee91ec60ca724b00027033a8e0d7f97cf376a7.tar.zst
nixpkgs-baee91ec60ca724b00027033a8e0d7f97cf376a7.zip
cc-wrapper: Check if ld supports -z, fixes darwin
Diffstat (limited to 'pkgs/shells/bash')
-rw-r--r--pkgs/shells/bash/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/shells/bash/default.nix b/pkgs/shells/bash/default.nix
index 60504ecaa9b..c9eee56b905 100644
--- a/pkgs/shells/bash/default.nix
+++ b/pkgs/shells/bash/default.nix
@@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
     inherit sha256;
   };
 
+  hardeningDisable = [ "format" ];
+
   outputs = [ "out" "doc" ];
 
   NIX_CFLAGS_COMPILE = ''