haskell.compiler.ghcHEAD: disable format hardening

This commit is contained in:
Peter Simons 2018-05-29 10:59:15 +02:00
parent 31706eeb93
commit 57fed4f5b5

View File

@ -168,6 +168,8 @@ stdenv.mkDerivation rec {
# that in turn causes GHCi to abort
stripDebugFlags = [ "-S" ] ++ stdenv.lib.optional (!targetPlatform.isDarwin) "--keep-file-symbols";
hardeningDisable = [ "format" ];
checkTarget = "test";
postInstall = ''