heimdal: try disabling parallel builds due to hydra issues

cc @wkennington
This commit is contained in:
Luca Bruno 2015-09-29 10:49:33 +02:00
parent b7f49e89af
commit 51512d4c8f

View File

@ -75,7 +75,10 @@ stdenv.mkDerivation rec {
rmdir $out/libexec rmdir $out/libexec
''; '';
enableParallelBuilding = true; # Issues with hydra
# In file included from hxtool.c:34:0:
# hx_locl.h:67:25: fatal error: pkcs10_asn1.h: No such file or directory
#enableParallelBuilding = true;
meta = { meta = {
description = "An implementation of Kerberos 5 (and some more stuff)"; description = "An implementation of Kerberos 5 (and some more stuff)";