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:
Bjørn Forsman 2013-07-16 17:33:49 +02:00
parent ad6fb1fb35
commit f142483de0

View File

@ -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
}: