From baee91ec60ca724b00027033a8e0d7f97cf376a7 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Mon, 7 Mar 2016 21:39:26 +0100 Subject: cc-wrapper: Check if ld supports -z, fixes darwin --- pkgs/shells/bash/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/shells/bash') 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 = '' -- cgit 1.4.1