haskell.compiler.ghc842: disable format hardening

This commit is contained in:
Jan Malakhovski 2018-05-29 07:34:59 +00:00
parent ee5660e7f6
commit 29757f3790

View file

@ -172,6 +172,8 @@ stdenv.mkDerivation rec {
checkTarget = "test";
hardeningDisable = [ "format" ];
postInstall = ''
for bin in "$out"/lib/${name}/bin/*; do
isELF "$bin" || continue