qemu: enable spice protocol support by default
We already enable VNC and SDL support by default and adding spice only increases the closure size from 513 MB to 518 MB. Closure size: du -sch $(nix-store -qR ./result)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
, attr, libcap, vde2, alsaLib, texinfo, libuuid
|
||||
, sdlSupport ? true, SDL
|
||||
, vncSupport ? true, libjpeg, libpng
|
||||
, spiceSupport ? false, spice, spice_protocol
|
||||
, spiceSupport ? true, spice, spice_protocol
|
||||
, x86Only ? false
|
||||
}:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user