Merge pull request #113189 from nix-things-mobile/fix/qemu-repair
qemu: guard desktop file removal
This commit is contained in:
commit
c70a8c8d92
@ -144,7 +144,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
postFixup = ''
|
||||
# the .desktop is both invalid and pointless
|
||||
rm -f $out/share/applications/qemu.desktop
|
||||
test -e $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…
Reference in New Issue
Block a user