gettext: disable parallel checking
This commit is contained in:
@@ -51,6 +51,7 @@ stdenv.mkDerivation rec {
|
|||||||
gettextNeedsLdflags = stdenv.hostPlatform.libc != "glibc" && !stdenv.hostPlatform.isMusl;
|
gettextNeedsLdflags = stdenv.hostPlatform.libc != "glibc" && !stdenv.hostPlatform.isMusl;
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
enableParallelChecking = false; # fails sometimes
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Well integrated set of translation tools and documentation";
|
description = "Well integrated set of translation tools and documentation";
|
||||||
|
|||||||
Reference in New Issue
Block a user