On Sun, Jul 24, 2016 at 07:52:30PM +0200, David Craven wrote:
> * gnu/packages/spice.scm: Add it.
> +(define-public virt-viewer
I made some minor edits to the description and pushed. Thanks!
* gnu/packages/spice.scm: Add it.
---
gnu/packages/spice.scm | 44
1 file changed, 44 insertions(+)
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index e78bdef..1755e8b 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@
> I noticed that the output did not refer to perl. virt-viewer builds
> successfully without it. Do you think it's okay to remove it from this
> list?
Can't remember why I added perl as a dependency. I think it's ok to
remove it.
> It is gpl2+.
I'll read the licenses more carefully next time.
On Sat, Jul 23, 2016 at 03:18:59PM +0200, David Craven wrote:
> * gnu/packages/spice.scm: Add it.
> +(define-public virt-viewer
> +(inputs
> + `(("gtk+" ,gtk+)
> +("libcap" ,libcap)
> +("libxml2" ,libxml2)
> +("openssl" ,openssl)
> +("perl" ,perl)
> +
* gnu/packages/spice.scm: Add it.
---
gnu/packages/spice.scm | 45 +
1 file changed, 45 insertions(+)
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 182e76b..7bbe0a1 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@