findutils: disable tests w/musl

wip/yesman
Will Dietz 7 years ago
parent 20203206d8
commit 8ad9400a6c
  1. 1
      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" ];

Loading…
Cancel
Save