Merge pull request #136933 from NixOS/backport-136789-to-release-21.05

This commit is contained in:
Artturi 2021-09-07 00:44:17 +03:00 committed by GitHub
commit e421291bdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = ''