haskell.compilers.ghc6104: turn off format hardening
This commit is contained in:
parent
710f4cff7a
commit
da9352ee73
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue