pkgsMusl.libical: fix build by disabling tests

We can't support running tests on Musl until TZDIR support is added.
This commit is contained in:
Alyssa Ross 2022-06-29 09:47:11 +00:00
parent 1cd3bf8234
commit 5f63ac02e3

View file

@ -81,7 +81,8 @@ stdenv.mkDerivation rec {
# Using install check so we do not have to manually set
# LD_LIBRARY_PATH and GI_TYPELIB_PATH variables
doInstallCheck = true;
# Musl does not support TZDIR.
doInstallCheck = !stdenv.hostPlatform.isMusl;
enableParallelChecking = false;
preInstallCheck = if stdenv.isDarwin then ''
for testexe in $(find ./src/test -maxdepth 1 -type f -executable); do