about summary refs log tree commit diff
path: root/pkgs/development/libraries/gettext
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2018-09-05 01:12:48 +0000
committerJan Malakhovski <oxij@oxij.org>2018-09-05 01:14:40 +0000
commit20106e1066f8174ebb3c018966699181d1cf3706 (patch)
tree53d42590f739ad462cfaefc73d3221a2ac191f9f /pkgs/development/libraries/gettext
parentc63ca0a431a7a3bdf2aaae05b2acca86d8c1e7bd (diff)
gettext: disable parallel checking
Diffstat (limited to 'pkgs/development/libraries/gettext')
-rw-r--r--pkgs/development/libraries/gettext/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/gettext/default.nix b/pkgs/development/libraries/gettext/default.nix
index 4531a5a01d4ca..1b2f6bbc22254 100644
--- a/pkgs/development/libraries/gettext/default.nix
+++ b/pkgs/development/libraries/gettext/default.nix
@@ -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";