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:
parent
1cd3bf8234
commit
5f63ac02e3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user