about summary refs log tree commit diff
path: root/pkgs/tools/archivers/xarchive
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-02-24 16:01:51 +0000
committerRobin Gloster <mail@glob.in>2016-02-24 16:01:51 +0000
commit8cbb8331a71ea76a01ee11eb52307c4848fe9ab6 (patch)
tree56d6f7608db5d70645bcab0222d3d353375d2775 /pkgs/tools/archivers/xarchive
parent21b1e9e3dad8015d255e220ffe03ad2d7af31d4f (diff)
downloadnixlib-8cbb8331a71ea76a01ee11eb52307c4848fe9ab6.tar
nixlib-8cbb8331a71ea76a01ee11eb52307c4848fe9ab6.tar.gz
nixlib-8cbb8331a71ea76a01ee11eb52307c4848fe9ab6.tar.bz2
nixlib-8cbb8331a71ea76a01ee11eb52307c4848fe9ab6.tar.lz
nixlib-8cbb8331a71ea76a01ee11eb52307c4848fe9ab6.tar.xz
nixlib-8cbb8331a71ea76a01ee11eb52307c4848fe9ab6.tar.zst
nixlib-8cbb8331a71ea76a01ee11eb52307c4848fe9ab6.zip
xarchive: disable format hardening
Diffstat (limited to 'pkgs/tools/archivers/xarchive')
-rw-r--r--pkgs/tools/archivers/xarchive/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/archivers/xarchive/default.nix b/pkgs/tools/archivers/xarchive/default.nix
index ed60e3147a8f..6407fe4f350b 100644
--- a/pkgs/tools/archivers/xarchive/default.nix
+++ b/pkgs/tools/archivers/xarchive/default.nix
@@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
 
   buildInputs = [ gtk2 pkgconfig ];
 
+  hardening_format = false;
+
   meta = {
     description = "A GTK+ front-end for command line archiving tools";
     maintainers = [ stdenv.lib.maintainers.iElectric ];