haskell.compiler.ghcHEAD: disable format hardening
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user