Merge pull request #51120 from dtzWill/fix/ical-test

libical: disable parallel check, fix
This commit is contained in:
Will Dietz 2018-11-27 18:58:00 -06:00 committed by GitHub
commit 41d887af6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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