findutils: disable tests w/musl

This commit is contained in:
Will Dietz
2018-02-13 09:44:41 -06:00
parent 20203206d8
commit 8ad9400a6c
+1
View File
@@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
doCheck
= !hostPlatform.isDarwin
&& !(hostPlatform.libc == "glibc" && hostPlatform.isi686)
&& (hostPlatform.libc != "musl")
&& hostPlatform == buildPlatform;
outputs = [ "out" "info" ];