mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 13:17:55 +08:00
build(nix): try without wineboot
This commit is contained in:
+3
-2
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user