From 57fed4f5b506dfe8201ef7d964248020f547591d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 29 May 2018 10:59:15 +0200 Subject: haskell.compiler.ghcHEAD: disable format hardening --- pkgs/development/compilers/ghc/head.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/development') diff --git a/pkgs/development/compilers/ghc/head.nix b/pkgs/development/compilers/ghc/head.nix index 4bc8fb671a2d..c9effb90ac33 100644 --- a/pkgs/development/compilers/ghc/head.nix +++ b/pkgs/development/compilers/ghc/head.nix @@ -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 = '' -- cgit 1.4.1