Revert "qemu: guard desktop file removal"

This reverts commit e74ae54da5.

rm -f ignores if the file exists or not.
wip/yesman
Sandro Jäckel 3 years ago
parent 2d243e170d
commit 4ad340f37c
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 2
      pkgs/applications/virtualization/qemu/default.nix

@ -147,7 +147,7 @@ stdenv.mkDerivation rec {
postFixup = ''
# the .desktop is both invalid and pointless
test -e $out/share/applications/qemu.desktop && rm -f $out/share/applications/qemu.desktop
rm -f $out/share/applications/qemu.desktop
# copy qemu-ga (guest agent) to separate output
mkdir -p $ga/bin

Loading…
Cancel
Save