qui: fix build

This commit is contained in:
isabel 2026-06-02 12:34:14 +01:00
commit 0c9fb871ce
No known key found for this signature in database

View file

@ -67,6 +67,14 @@ buildGo126Module (finalAttrs: {
"-X main.PolarOrgID="
];
# some season-pack tests use non-existent source paths (e.g. /media/...) and
# assert on a same-filesystem check that resolves them up to /. go's
# t.TempDir honours $TMPDIR, which defaults to /build. so just point it to
# something sane
preCheck = ''
export TMPDIR=/tmp
'';
nativeInstallCheckInputs = [
versionCheckHook
];