gnome-boxes: add qemu as dependency

(cherry picked from commit 795021ada5e70447f4c5fddb71532b0f9594c0f7)
This commit is contained in:
Aaron Janse 2021-06-04 16:26:37 -07:00 committed by github-actions[bot]
parent db819f1626
commit d5dc09b57b

View File

@ -49,6 +49,7 @@
, webkitgtk
, vte
, glib-networking
, qemu-utils
}:
stdenv.mkDerivation rec {
@ -120,7 +121,7 @@ stdenv.mkDerivation rec {
];
preFixup = ''
gappsWrapperArgs+=(--prefix PATH : "${lib.makeBinPath [ mtools cdrkit libcdio ]}")
gappsWrapperArgs+=(--prefix PATH : "${lib.makeBinPath [ mtools cdrkit libcdio qemu-utils ]}")
'';
postPatch = ''