summary refs log tree commit diff
path: root/pkgs/development/compilers/ghc/8.2.2.nix
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2018-05-24 03:42:43 +0200
committerRobin Gloster <mail@glob.in>2018-05-24 03:42:43 +0200
commit33b8830a85242ad09898a0c90a6f0494c34132ca (patch)
tree6d755afdd6550fc11b9c57cd1e80a0a7570527f7 /pkgs/development/compilers/ghc/8.2.2.nix
parentd5224785d1ce5c7eedc59727864c36542ba313b2 (diff)
downloadnixlib-33b8830a85242ad09898a0c90a6f0494c34132ca.tar
nixlib-33b8830a85242ad09898a0c90a6f0494c34132ca.tar.gz
nixlib-33b8830a85242ad09898a0c90a6f0494c34132ca.tar.bz2
nixlib-33b8830a85242ad09898a0c90a6f0494c34132ca.tar.lz
nixlib-33b8830a85242ad09898a0c90a6f0494c34132ca.tar.xz
nixlib-33b8830a85242ad09898a0c90a6f0494c34132ca.tar.zst
nixlib-33b8830a85242ad09898a0c90a6f0494c34132ca.zip
ghc: disable format hardening
Diffstat (limited to 'pkgs/development/compilers/ghc/8.2.2.nix')
-rw-r--r--pkgs/development/compilers/ghc/8.2.2.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/compilers/ghc/8.2.2.nix b/pkgs/development/compilers/ghc/8.2.2.nix
index b1bf249149da..6acf3f10ff49 100644
--- a/pkgs/development/compilers/ghc/8.2.2.nix
+++ b/pkgs/development/compilers/ghc/8.2.2.nix
@@ -171,6 +171,8 @@ stdenv.mkDerivation rec {
   checkTarget = "test";
   doCheck = false; # fails with "testsuite/tests: No such file or directory.  Stop."
 
+  hardeningDisable = [ "format" ];
+
   # zsh and other shells are smart about `{ghc}` but bash isn't, and doesn't
   # treat that as a unary `{x,y,z,..}` repetition.
   postInstall = ''