lol

darwin.libiconv: disable test timeouts (#401183)

+1 -1
+1 -1
pkgs/os-specific/darwin/apple-source-releases/libiconv/package.nix
··· 78 78 # Can’t use `mesonCheckPhase` because it runs the wrong hooks for `installCheckPhase`. 79 79 installCheckPhase = '' 80 80 runHook preInstallCheck 81 - meson test --no-rebuild 81 + meson test --no-rebuild --print-errorlogs --timeout-multiplier=0 82 82 runHook postInstallCheck 83 83 ''; 84 84