about summary refs log tree commit diff
path: root/pkgs/tools/misc/findutils
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-01-12 00:28:18 -0600
committerWill Dietz <w@wdtz.org>2018-02-13 09:44:41 -0600
commit8ad9400a6c075e0933686815b25e431d597ccaf5 (patch)
tree56fcf781f7635b503550d7c9cec74144982f3ea5 /pkgs/tools/misc/findutils
parent20203206d855adb9e069f310ba6c14bb7cd42592 (diff)
findutils: disable tests w/musl
Diffstat (limited to 'pkgs/tools/misc/findutils')
-rw-r--r--pkgs/tools/misc/findutils/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/misc/findutils/default.nix b/pkgs/tools/misc/findutils/default.nix
index 4eef3f7a9d59a..f79720289bf5d 100644
--- a/pkgs/tools/misc/findutils/default.nix
+++ b/pkgs/tools/misc/findutils/default.nix
@@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
   doCheck
     =  !hostPlatform.isDarwin
     && !(hostPlatform.libc == "glibc" && hostPlatform.isi686)
+    && (hostPlatform.libc != "musl")
     && hostPlatform == buildPlatform;
 
   outputs = [ "out" "info" ];