···81818282 # Using install check so we do not have to manually set
8383 # LD_LIBRARY_PATH and GI_TYPELIB_PATH variables
8484- doInstallCheck = true;
8484+ # Musl does not support TZDIR.
8585+ doInstallCheck = !stdenv.hostPlatform.isMusl;
8586 enableParallelChecking = false;
8687 preInstallCheck = if stdenv.isDarwin then ''
8788 for testexe in $(find ./src/test -maxdepth 1 -type f -executable); do