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