tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
darwin.libiconv: disable test timeouts (#401183)
Vladimír Čunát
11 months ago
fe0a31ef
1900aaaa
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
darwin
apple-source-releases
libiconv
package.nix
+1
-1
pkgs/os-specific/darwin/apple-source-releases/libiconv/package.nix
reviewed
···
78
78
# Can’t use `mesonCheckPhase` because it runs the wrong hooks for `installCheckPhase`.
79
79
installCheckPhase = ''
80
80
runHook preInstallCheck
81
81
-
meson test --no-rebuild
81
81
+
meson test --no-rebuild --print-errorlogs --timeout-multiplier=0
82
82
runHook postInstallCheck
83
83
'';
84
84