3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/applications/virtualization/qemu
Matthias Treydte 38cf6fea69 qemu: fix qemu.ga including qemu in it's closure
The qemu-ga binary is already moved to a separate
output but still depends on qemu, adding about
600MiB to it's closure.

The command "strings qemu-ga" reveals that something
like

/nix/store/bqgpvv5qrpb741swczqk3lrdm5gzaqx2-qemu-host-cpu-only-6.2.0/bin

is contained, causing this false positive. So use
remove-references-to to reduce the closure to about
600KiB.
2022-03-03 21:37:25 +00:00
..
9p-ignore-noatime.patch
binfmt-p-wrapper.c
binfmt-p-wrapper.nix
default.nix qemu: fix qemu.ga including qemu in it's closure 2022-03-03 21:37:25 +00:00
fix-qemu-ga.patch
force-uid0-on-9p.patch
utils.nix