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!
> 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)
> +