haskell.compilers.ghc6104: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-25 10:22:10 +00:00
parent 710f4cff7a
commit da9352ee73

View file

@ -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"