From da9352ee736b7e4344a338b08c23e35b39d70c9b Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Thu, 25 Feb 2016 10:22:10 +0000 Subject: haskell.compilers.ghc6104: turn off format hardening --- pkgs/development/compilers/ghc/6.10.4.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/development/compilers/ghc') diff --git a/pkgs/development/compilers/ghc/6.10.4.nix b/pkgs/development/compilers/ghc/6.10.4.nix index d8157673fbc3..4f95e859292a 100644 --- a/pkgs/development/compilers/ghc/6.10.4.nix +++ b/pkgs/development/compilers/ghc/6.10.4.nix @@ -12,6 +12,8 @@ stdenv.mkDerivation rec { buildInputs = [ghc libedit perl gmp]; + hardening_format = false; + configureFlags = [ "--with-gmp-libraries=${gmp}/lib" "--with-gmp-includes=${gmp}/include" -- cgit 1.4.1