gnome.gnome-boxes: add qemu to path
(cherry picked from commit ba1ecbea398cd28341c422f3a15e09a54fecfbd9)
This commit is contained in:
parent
fd6dba4719
commit
26522be526
|
@ -50,6 +50,7 @@
|
||||||
, vte
|
, vte
|
||||||
, glib-networking
|
, glib-networking
|
||||||
, qemu-utils
|
, qemu-utils
|
||||||
|
, qemu
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -121,7 +122,7 @@ stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
gappsWrapperArgs+=(--prefix PATH : "${lib.makeBinPath [ mtools cdrkit libcdio qemu-utils ]}")
|
gappsWrapperArgs+=(--prefix PATH : "${lib.makeBinPath [ mtools cdrkit libcdio qemu-utils qemu ]}")
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in New Issue