Merge pull request #125817 from NixOS/backport-125744-to-release-21.05

[Backport release-21.05] gnome3.gnome-boxes: add qemu as dependency
This commit is contained in:
Artturi 2021-08-06 17:15:18 +03:00 committed by GitHub
commit 2a76448f95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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