gettext: disable parallel checking

This commit is contained in:
Jan Malakhovski 2018-09-05 01:12:48 +00:00
parent c63ca0a431
commit 20106e1066

View file

@ -51,6 +51,7 @@ stdenv.mkDerivation rec {
gettextNeedsLdflags = stdenv.hostPlatform.libc != "glibc" && !stdenv.hostPlatform.isMusl;
enableParallelBuilding = true;
enableParallelChecking = false; # fails sometimes
meta = with lib; {
description = "Well integrated set of translation tools and documentation";