Merge pull request #93625 from NixOS/f/qemu
qemu: drop invalid and redundant qemu.desktop
This commit is contained in:
commit
3ba617416c
@ -133,6 +133,9 @@ stdenv.mkDerivation rec {
|
||||
dontWrapGApps = true;
|
||||
|
||||
postFixup = ''
|
||||
# the .desktop is both invalid and pointless
|
||||
rm $out/share/applications/qemu.desktop
|
||||
|
||||
# copy qemu-ga (guest agent) to separate output
|
||||
mkdir -p $ga/bin
|
||||
cp $out/bin/qemu-ga $ga/bin/
|
||||
|
Loading…
Reference in New Issue
Block a user