gettext: disable parallel checking
This commit is contained in:
parent
c63ca0a431
commit
20106e1066
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user