gnome-boxes: add qemu as dependency

This commit is contained in:
Aaron Janse 2021-06-04 16:26:37 -07:00
parent 3255d05cac
commit 795021ada5

View file

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