From 00c53f31c23bdb1a0c8d45148c3345b5574df7ea Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Sat, 20 Feb 2016 21:58:30 +0000 Subject: [PATCH] xfstests: turn off format hardening --- pkgs/tools/misc/xfstests/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/tools/misc/xfstests/default.nix b/pkgs/tools/misc/xfstests/default.nix index b7c1795c037..cef5fee9cf9 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|"