libical: disable parallel check, fix
This commit is contained in:
parent
dc8aca448d
commit
6cb1bdb67f
@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
|
|||||||
# Using install check so we do not have to manually set
|
# Using install check so we do not have to manually set
|
||||||
# LD_LIBRARY_PATH and GI_TYPELIB_PATH variables
|
# LD_LIBRARY_PATH and GI_TYPELIB_PATH variables
|
||||||
doInstallCheck = true;
|
doInstallCheck = true;
|
||||||
|
enableParallelChecking = false;
|
||||||
installCheckPhase = ''
|
installCheckPhase = ''
|
||||||
runHook preInstallCheck
|
runHook preInstallCheck
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user