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:
commit
2a76448f95
@ -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 = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user