Merge pull request #51120 from dtzWill/fix/ical-test
libical: disable parallel check, fix
This commit is contained in:
commit
41d887af6f
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
|
|||
# Using install check so we do not have to manually set
|
||||
# LD_LIBRARY_PATH and GI_TYPELIB_PATH variables
|
||||
doInstallCheck = true;
|
||||
enableParallelChecking = false;
|
||||
installCheckPhase = ''
|
||||
runHook preInstallCheck
|
||||
|
||||
|
|
Loading…
Reference in a new issue