gnome.gnome-boxes: add qemu to path

This commit is contained in:
Artturin
2021-09-05 17:38:12 +03:00
parent a2c2a38f70
commit ba1ecbea39
@@ -50,6 +50,7 @@
, vte
, glib-networking
, qemu-utils
, qemu
}:
stdenv.mkDerivation rec {
@@ -121,7 +122,7 @@ stdenv.mkDerivation rec {
];
preFixup = ''
gappsWrapperArgs+=(--prefix PATH : "${lib.makeBinPath [ mtools cdrkit libcdio qemu-utils ]}")
gappsWrapperArgs+=(--prefix PATH : "${lib.makeBinPath [ mtools cdrkit libcdio qemu-utils qemu ]}")
'';
postPatch = ''