haskell.compilers.ghc6104: turn off format hardening
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user