Skip to content

Commit fd247a2

Browse files
committed
Fix for wine tests on detsys mac linux builders
1 parent c448a68 commit fd247a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlays/mingw_w64.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ let
9090
export WINEDLLOVERRIDES="winemac.drv=d"
9191
export WINEDEBUG=warn-all,fixme-all,-menubuilder,-mscoree,-ole,-secur32,-winediag
9292
export LC_ALL=en_US.UTF-8
93-
export WINEPREFIX=$TMP
93+
export WINEPREFIX=''${WINEPREFIX:-$(mktemp -d)}
9494
Path="''${Path:-}"
9595
unset configureFlags
9696
unset configurePhase

0 commit comments

Comments
 (0)