about summary refs log tree commit diff
path: root/pkgs/tools/system/rowhammer-test
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-04-19 12:33:01 +0000
committerRobin Gloster <mail@glob.in>2016-04-19 12:33:01 +0000
commit0fdde5efd08c036fe9d73b4e65f2ba9797053d0f (patch)
treebb26009a0fc055bc09470ade1c0ea4f6c28cf2fa /pkgs/tools/system/rowhammer-test
parent9a8a9c43b48afa670273a2276de6d8134297c095 (diff)
downloadnixlib-0fdde5efd08c036fe9d73b4e65f2ba9797053d0f.tar
nixlib-0fdde5efd08c036fe9d73b4e65f2ba9797053d0f.tar.gz
nixlib-0fdde5efd08c036fe9d73b4e65f2ba9797053d0f.tar.bz2
nixlib-0fdde5efd08c036fe9d73b4e65f2ba9797053d0f.tar.lz
nixlib-0fdde5efd08c036fe9d73b4e65f2ba9797053d0f.tar.xz
nixlib-0fdde5efd08c036fe9d73b4e65f2ba9797053d0f.tar.zst
nixlib-0fdde5efd08c036fe9d73b4e65f2ba9797053d0f.zip
rowhammer-test.isi686-linux: no Werror for format
Diffstat (limited to 'pkgs/tools/system/rowhammer-test')
-rw-r--r--pkgs/tools/system/rowhammer-test/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/system/rowhammer-test/default.nix b/pkgs/tools/system/rowhammer-test/default.nix
index 728b15bb2988..226ec4351ea4 100644
--- a/pkgs/tools/system/rowhammer-test/default.nix
+++ b/pkgs/tools/system/rowhammer-test/default.nix
@@ -10,6 +10,8 @@ stdenv.mkDerivation {
     sha256 = "1fbfcnm5gjish47wdvikcsgzlb5vnlfqlzzm6mwiw2j5qkq0914i";
   };
 
+  NIX_CFLAGS_COMPILE = stdenv.lib.optional stdenv.isi686 "-Wno-error=format";
+
   buildPhase = "sh -e make.sh";
 
   installPhase = ''