gnutls: Disable parallel building
This can fail randomly with CC systemkey.o In file included from systemkey.c:47:0: systemkey-args.h:1:1: error: unterminated comment /* -*- buffer-read-only: t -*- vi: set ro: which is presumably caused by a race with the generation step above: autogen systemkey-args.def http://hydra.nixos.org/build/37878764#tabs-buildsteps
This commit is contained in:
parent
1681718e2f
commit
024cb9eecd
@ -36,8 +36,9 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
# Build of the Guile bindings is not parallel-safe. See
|
# Build of the Guile bindings is not parallel-safe. See
|
||||||
# <http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=330995a920037b6030ec0282b51dde3f8b493cad>
|
# <http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=330995a920037b6030ec0282b51dde3f8b493cad>
|
||||||
# for the actual fix.
|
# for the actual fix. Also an apparent race in the generation of
|
||||||
enableParallelBuilding = !guileBindings;
|
# systemkey-args.h.
|
||||||
|
enableParallelBuilding = false;
|
||||||
|
|
||||||
buildInputs = [ lzo lzip nettle libtasn1 libidn p11_kit zlib gmp autogen ]
|
buildInputs = [ lzo lzip nettle libtasn1 libidn p11_kit zlib gmp autogen ]
|
||||||
++ lib.optional doCheck nettools
|
++ lib.optional doCheck nettools
|
||||||
|
Loading…
Reference in New Issue
Block a user