From 61e3bd20a04f9199744e9d0f38b3b7a5d442bdbd Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Mon, 25 Jun 2018 15:49:00 -0500 Subject: [PATCH] ghcHEAD: move hardeningDisable definition for cleaner diff against 8.4.3 NFCI (no functionality change intendend) --- pkgs/development/compilers/ghc/head.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/compilers/ghc/head.nix b/pkgs/development/compilers/ghc/head.nix index ec9ff56c458..a71b08cd39f 100644 --- a/pkgs/development/compilers/ghc/head.nix +++ b/pkgs/development/compilers/ghc/head.nix @@ -167,10 +167,10 @@ stdenv.mkDerivation rec { # that in turn causes GHCi to abort stripDebugFlags = [ "-S" ] ++ stdenv.lib.optional (!targetPlatform.isDarwin) "--keep-file-symbols"; - hardeningDisable = [ "format" ]; - checkTarget = "test"; + hardeningDisable = [ "format" ]; + postInstall = '' for bin in "$out"/lib/${name}/bin/*; do isELF "$bin" || continue