summary refs log tree commit diff
path: root/pkgs/tools/misc/findutils
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-03-01 16:14:58 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-03-01 16:14:58 +0100
commite9b408936c7b4c56d7326fb364e7d2138060f0ec (patch)
tree04aa671f6e6aca2e9f68168cc9ff8f2bd068fad5 /pkgs/tools/misc/findutils
parente0d17fdf105340f28c2208bb750f0a32f136f0fc (diff)
downloadnixpkgs-e9b408936c7b4c56d7326fb364e7d2138060f0ec.tar
nixpkgs-e9b408936c7b4c56d7326fb364e7d2138060f0ec.tar.gz
nixpkgs-e9b408936c7b4c56d7326fb364e7d2138060f0ec.tar.bz2
nixpkgs-e9b408936c7b4c56d7326fb364e7d2138060f0ec.tar.lz
nixpkgs-e9b408936c7b4c56d7326fb364e7d2138060f0ec.tar.xz
nixpkgs-e9b408936c7b4c56d7326fb364e7d2138060f0ec.tar.zst
nixpkgs-e9b408936c7b4c56d7326fb364e7d2138060f0ec.zip
findutils: Disable tests on Darwin
The strftime test fails with:

NZST-12NZDT,M9.5.0,M4.1.0/3: expected "1970-01-01 13:00:00 +1300 (NZDT)", got "1970-01-01 12:00:00 +1200 (NZST)"

The source in fact marks this test as "ahistorical", so the result on
Darwin might not be incorrect.

http://hydra.nixos.org/build/32578562/nixlog/1/raw
Diffstat (limited to 'pkgs/tools/misc/findutils')
-rw-r--r--pkgs/tools/misc/findutils/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/findutils/default.nix b/pkgs/tools/misc/findutils/default.nix
index 64f791fb77b..b6ab3985f23 100644
--- a/pkgs/tools/misc/findutils/default.nix
+++ b/pkgs/tools/misc/findutils/default.nix
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
 
   nativeBuildInputs = [ coreutils ];
 
-  doCheck = true;
+  doCheck = !stdenv.isDarwin;
 
   crossAttrs = {
     # http://osdir.com/ml/bug-findutils-gnu/2009-08/msg00026.html