about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2016-08-25 03:32:09 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2016-08-25 03:55:19 +0200
commit4f46913bf7eeb536219526d9684cac79ef2485e8 (patch)
tree8def72f019f7a14b378b4f94676e7e054a759a48 /pkgs
parentdf275f5b856501e980fe41d9de2d9a8558bdfce3 (diff)
downloadnixlib-4f46913bf7eeb536219526d9684cac79ef2485e8.tar
nixlib-4f46913bf7eeb536219526d9684cac79ef2485e8.tar.gz
nixlib-4f46913bf7eeb536219526d9684cac79ef2485e8.tar.bz2
nixlib-4f46913bf7eeb536219526d9684cac79ef2485e8.tar.lz
nixlib-4f46913bf7eeb536219526d9684cac79ef2485e8.tar.xz
nixlib-4f46913bf7eeb536219526d9684cac79ef2485e8.tar.zst
nixlib-4f46913bf7eeb536219526d9684cac79ef2485e8.zip
wraith: disable format hardening
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/irc/wraith/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/irc/wraith/default.nix b/pkgs/applications/networking/irc/wraith/default.nix
index 16346bcf7202..add52d85d8b4 100644
--- a/pkgs/applications/networking/irc/wraith/default.nix
+++ b/pkgs/applications/networking/irc/wraith/default.nix
@@ -10,6 +10,7 @@ mkDerivation rec {
     url = "mirror://sourceforge/wraithbotpack/wraith-v${version}.tar.gz";
     sha256 = "0h6liac5y7im0jfm2sj18mibvib7d1l727fjs82irsjj1v9kif3j";
   };
+  hardeningDisable = [ "format" ];
   buildInputs = [ openssl ];
   patches = [ ./configure.patch ./dlopen.patch ];
   postPatch = ''