forked from mirrors/nixpkgs
ghc: disable format hardening
This commit is contained in:
parent
d5224785d1
commit
33b8830a85
|
@ -171,6 +171,8 @@ stdenv.mkDerivation rec {
|
|||
checkTarget = "test";
|
||||
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
|
||||
# treat that as a unary `{x,y,z,..}` repetition.
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in a new issue