Merge pull request #93625 from NixOS/f/qemu

qemu: drop invalid and redundant qemu.desktop
This commit is contained in:
Peter Hoeg 2020-07-27 21:36:09 +08:00 committed by GitHub
commit 3ba617416c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 9 deletions

View File

@ -133,6 +133,9 @@ stdenv.mkDerivation rec {
dontWrapGApps = true; dontWrapGApps = true;
postFixup = '' postFixup = ''
# the .desktop is both invalid and pointless
rm $out/share/applications/qemu.desktop
# copy qemu-ga (guest agent) to separate output # copy qemu-ga (guest agent) to separate output
mkdir -p $ga/bin mkdir -p $ga/bin
cp $out/bin/qemu-ga $ga/bin/ cp $out/bin/qemu-ga $ga/bin/