···8182 # Using install check so we do not have to manually set
83 # LD_LIBRARY_PATH and GI_TYPELIB_PATH variables
84- doInstallCheck = true;
085 enableParallelChecking = false;
86 preInstallCheck = if stdenv.isDarwin then ''
87 for testexe in $(find ./src/test -maxdepth 1 -type f -executable); do
···8182 # Using install check so we do not have to manually set
83 # LD_LIBRARY_PATH and GI_TYPELIB_PATH variables
84+ # Musl does not support TZDIR.
85+ doInstallCheck = !stdenv.hostPlatform.isMusl;
86 enableParallelChecking = false;
87 preInstallCheck = if stdenv.isDarwin then ''
88 for testexe in $(find ./src/test -maxdepth 1 -type f -executable); do