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

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