Skip to content

Commit

Permalink
ghc: disable format hardening
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed May 24, 2018
1 parent d522478 commit 33b8830
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/compilers/ghc/8.2.2.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 33b8830

Please sign in to comment.