Skip to content

Commit

Permalink
gnome3.gnome-boxes: fix hardcoded emulator path
Browse files Browse the repository at this point in the history
To avoid this you must install the qemu binaries globally in some
manner.

Fixes #57931
  • Loading branch information
worldofpeace committed Jul 14, 2019
1 parent 90844e1 commit 1203370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome-3/apps/gnome-boxes/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
, glib, gobject-introspection, libxml2, gtk3, gtk-vnc, freerdp, libvirt, spice-gtk, python3
, spice-protocol, libsoup, libosinfo, systemd, tracker, tracker-miners, vala
, libcap, yajl, gmp, gdbm, cyrus_sasl, gnome3, librsvg, desktop-file-utils
, mtools, cdrkit, libcdio, libusb, libarchive, acl, libgudev, qemu, libsecret
, mtools, cdrkit, libcdio, libusb, libarchive, acl, libgudev, libsecret
, libcap_ng, numactl, xen, libapparmor, json-glib, webkitgtk, vte
}:

Expand Down Expand Up @@ -36,7 +36,7 @@ in stdenv.mkDerivation rec {
];

preFixup = ''
gappsWrapperArgs+=(--prefix PATH : "${stdenv.lib.makeBinPath [ mtools cdrkit libcdio qemu ]}")
gappsWrapperArgs+=(--prefix PATH : "${stdenv.lib.makeBinPath [ mtools cdrkit libcdio ]}")
'';

mesonFlags = [
Expand Down

0 comments on commit 1203370

Please sign in to comment.