findutils: disable tests w/musl

This commit is contained in:
Will Dietz 2018-01-12 00:28:18 -06:00
parent 20203206d8
commit 8ad9400a6c

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" ];