mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
qui: fix build
This commit is contained in:
parent
710f990a78
commit
0c9fb871ce
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue