findutils: disable tests w/musl
This commit is contained in:
parent
20203206d8
commit
8ad9400a6c
@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
|
||||
doCheck
|
||||
= !hostPlatform.isDarwin
|
||||
&& !(hostPlatform.libc == "glibc" && hostPlatform.isi686)
|
||||
&& (hostPlatform.libc != "musl")
|
||||
&& hostPlatform == buildPlatform;
|
||||
|
||||
outputs = [ "out" "info" ];
|
||||
|
Loading…
Reference in New Issue
Block a user