Re: [PATCH 7/8] gnu: qemu: Enable spice support.

2016-07-30 Thread Ludovic Courtès
Hello! l...@gnu.org (Ludovic Courtès) skribis: > While we’re at it, could you create an account on > and let send the account name by > OpenPGP-signed email to the 6 people listed at > ? You now have commit access to the repo,

Re: [PATCH 7/8] gnu: qemu: Enable spice support.

2016-07-29 Thread David Craven
It's in gnu/packages/spice.scm, Leo merged it this morning... Things move fast around here =P

Re: [PATCH 7/8] gnu: qemu: Enable spice support.

2016-07-29 Thread Ludovic Courtès
David Craven skribis: > * gnu/packages/qemu.scm (qemu): Enable spice. I’m nitpicking, but it should be something like: * gnu/packages/qemu.scm (qemu)[inputs]: Add SPICE and VIRGLRENDERER. [arguments]: Pass --enable-spice. … so we see precisely what changes are made. I

[PATCH 7/8] gnu: qemu: Enable spice support.

2016-07-29 Thread David Craven
* gnu/packages/qemu.scm (qemu): Enable spice. --- gnu/packages/qemu.scm | 4 1 file changed, 4 insertions(+) diff --git a/gnu/packages/qemu.scm b/gnu/packages/qemu.scm index 6b5a41b..97642af 100644 --- a/gnu/packages/qemu.scm +++ b/gnu/packages/qemu.scm @@ -33,6 +33,7 @@ #:use-module