qemu: drop invalid and redundant qemu.desktop

This commit is contained in:
Peter Hoeg 2020-07-22 13:38:23 +08:00
parent 5717d9d2f7
commit cde67612b2

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/