mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
gettext: disable parallel checking
This commit is contained in:
parent
c63ca0a431
commit
20106e1066
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue