duckdb: fix treefmt

regressed in 4f1b1fac3d.
This commit is contained in:
whispers
2026-07-20 11:06:37 -04:00
parent 2164f85962
commit 7197da8faa

View File

@@ -157,8 +157,7 @@ stdenv.mkDerivation (finalAttrs: {
runHook preInstallCheck
(($(ulimit -n) < 1024)) && ulimit -n 1024
HOME="$(mktemp -d)" ${LD_LIBRARY_PATH}="$lib/lib" ./test/unittest ${toString excludes}${
lib.optionalString stdenv.hostPlatform.isx86_64 " >/dev/null" }
HOME="$(mktemp -d)" ${LD_LIBRARY_PATH}="$lib/lib" ./test/unittest ${toString excludes}${lib.optionalString stdenv.hostPlatform.isx86_64 " >/dev/null"}
runHook postInstallCheck
'';