Merge pull request #125744 from aaronjanse/patch-8

gnome3.gnome-boxes: add qemu as dependency
This commit is contained in:
Jan Tojnar 2021-06-05 18:19:06 +02:00 committed by GitHub
commit 45af66b534
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''