mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
lib.systems: fix path to wine executable
This commit is contained in:
parent
60b1b86d04
commit
4255fb08c9
1 changed files with 1 additions and 1 deletions
|
|
@ -384,7 +384,7 @@ let
|
|||
if pkgs.stdenv.hostPlatform.canExecute final then
|
||||
lib.getExe (pkgs.writeShellScriptBin "exec" ''exec "$@"'')
|
||||
else if final.isWindows then
|
||||
"${wine}/bin/wine${optionalString (final.parsed.cpu.bits == 64) "64"}"
|
||||
"${wine}/bin/wine"
|
||||
else if final.isLinux && pkgs.stdenv.hostPlatform.isLinux && final.qemuArch != null then
|
||||
"${pkgs.qemu-user}/bin/qemu-${final.qemuArch}"
|
||||
else if final.isWasi then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue