From 10911aed5413c921a1b6b522ecaa634b257e4415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Tue, 13 Jan 2026 10:41:35 +0100 Subject: [PATCH] build(nix): try without wineboot --- default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index 3ff87a00..af56c4b4 100644 --- a/default.nix +++ b/default.nix @@ -33,8 +33,9 @@ pimalaya.mkDefault ( exe = stdenv.hostPlatform.extensions.executable; in lib.optionalString (lib.hasInfix "wine" emulator) '' - export WINEPREFIX=`mktemp -d` - wineboot --init + if [ ! -d "$WINEPREFIX" ] ; then + mkdir -p "$WINEPREFIX" + fi '' + '' mkdir -p $out/share/{applications,completions,man}