summary refs log tree commit diff
path: root/pkgs/tools/misc/xfstests
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-02-20 21:58:30 +0000
committerRobin Gloster <mail@glob.in>2016-02-20 21:58:30 +0000
commit00c53f31c23bdb1a0c8d45148c3345b5574df7ea (patch)
tree82aeec219c6b5104d47be7fe6e5ae14a2fa9cd0b /pkgs/tools/misc/xfstests
parente370a9cf842c81ca8e5971b1d2fd628596dc99cf (diff)
downloadnixlib-00c53f31c23bdb1a0c8d45148c3345b5574df7ea.tar
nixlib-00c53f31c23bdb1a0c8d45148c3345b5574df7ea.tar.gz
nixlib-00c53f31c23bdb1a0c8d45148c3345b5574df7ea.tar.bz2
nixlib-00c53f31c23bdb1a0c8d45148c3345b5574df7ea.tar.lz
nixlib-00c53f31c23bdb1a0c8d45148c3345b5574df7ea.tar.xz
nixlib-00c53f31c23bdb1a0c8d45148c3345b5574df7ea.tar.zst
nixlib-00c53f31c23bdb1a0c8d45148c3345b5574df7ea.zip
xfstests: turn off format hardening
Diffstat (limited to 'pkgs/tools/misc/xfstests')
-rw-r--r--pkgs/tools/misc/xfstests/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/misc/xfstests/default.nix b/pkgs/tools/misc/xfstests/default.nix
index b7c1795c0372..cef5fee9cf93 100644
--- a/pkgs/tools/misc/xfstests/default.nix
+++ b/pkgs/tools/misc/xfstests/default.nix
@@ -13,6 +13,8 @@ stdenv.mkDerivation {
 
   buildInputs = [ acl autoreconfHook attr gawk libaio libuuid libxfs openssl perl ];
 
+  hardening_format = false;
+
   patchPhase = ''
     # Patch the destination directory
     sed -i include/builddefs.in -e "s|^PKG_LIB_DIR\s*=.*|PKG_LIB_DIR=$out/lib/xfstests|"