mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 01:54:34 +00:00
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:
parent
ad6fb1fb35
commit
f142483de0
@ -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
|
||||
}:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user