ghc: disable format hardening
This commit is contained in:
parent
d5224785d1
commit
33b8830a85
1 changed files with 2 additions and 0 deletions
|
@ -171,6 +171,8 @@ stdenv.mkDerivation rec {
|
||||||
checkTarget = "test";
|
checkTarget = "test";
|
||||||
doCheck = false; # fails with "testsuite/tests: No such file or directory. Stop."
|
doCheck = false; # fails with "testsuite/tests: No such file or directory. Stop."
|
||||||
|
|
||||||
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
# zsh and other shells are smart about `{ghc}` but bash isn't, and doesn't
|
# zsh and other shells are smart about `{ghc}` but bash isn't, and doesn't
|
||||||
# treat that as a unary `{x,y,z,..}` repetition.
|
# treat that as a unary `{x,y,z,..}` repetition.
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
|
Loading…
Reference in a new issue