gnome-boxes: add qemu as dependency
(cherry picked from commit 795021ada5e70447f4c5fddb71532b0f9594c0f7)
This commit is contained in:
parent
db819f1626
commit
d5dc09b57b
@ -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