Skip to content

Commit

Permalink
gnome.gnome-boxes: add qemu to path
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin committed Sep 5, 2021
1 parent a2c2a38 commit ba1ecbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/desktops/gnome/apps/gnome-boxes/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
, vte
, glib-networking
, qemu-utils
, qemu
}:

stdenv.mkDerivation rec {
Expand Down Expand Up @@ -121,7 +122,7 @@ stdenv.mkDerivation rec {
];

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

postPatch = ''
Expand Down

0 comments on commit ba1ecbe

Please sign in to comment.