wfvm: fix QEMU not found in wfvm-run

master
Sebastien Bourdeauducq 2020-06-15 20:08:39 +08:00
parent 72357a62f1
commit 38d7c89a8b
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ rec {
]);
in pkgs.writeShellScriptBin "wfvm-run-${name}" ''
set -m
qemu-system-x86_64 ${pkgs.lib.concatStringsSep " " qemuParams} &
${qemu}/bin/qemu-system-x86_64 ${pkgs.lib.concatStringsSep " " qemuParams} &
${win-wait}/bin/win-wait