mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
findutils: Fix build on native FreeBSD
This commit is contained in:
parent
e202aa82c4
commit
bd5f19d0c1
@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
|
||||
# Since glibc-2.25 the i686 tests hang reliably right after test-sleep.
|
||||
doCheck
|
||||
= !stdenv.hostPlatform.isDarwin
|
||||
&& !stdenv.hostPlatform.isFreeBSD
|
||||
&& !(stdenv.hostPlatform.libc == "glibc" && stdenv.hostPlatform.isi686)
|
||||
&& (stdenv.hostPlatform.libc != "musl")
|
||||
&& stdenv.hostPlatform == stdenv.buildPlatform;
|
||||
|
Loading…
Reference in New Issue
Block a user