Re: [PATCH 5/7] gnu: Add spice.

2016-07-28 Thread Leo Famulari
On Sun, Jul 24, 2016 at 07:52:28PM +0200, David Craven wrote: > * gnu/packages/spice.scm: Add it. > +(define-public spice As discussed, your original choices regarding propagation were correct (sorry I wasted your time!). So, I re-propagated those inputs in this patch, keeping the celt051 commen

[PATCH 5/7] gnu: Add spice.

2016-07-24 Thread David Craven
* gnu/packages/spice.scm: Add it. --- gnu/packages/spice.scm | 39 +++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm index ee29f08..365385e 100644 --- a/gnu/packages/spice.scm +++ b/gnu/packages/spice.scm @@ -152,

Re: [PATCH 5/7] gnu: Add spice.

2016-07-24 Thread David Craven
> Same questions as with the previous patch. Do these need to be > propagated? These are propagated because again I was getting pkg-config errors in other packages saying openssl is needed by spice and wasn't found. Maybe there's a better solution. What do you suggest? > The built package is miss

Re: [PATCH 5/7] gnu: Add spice.

2016-07-23 Thread Leo Famulari
On Sat, Jul 23, 2016 at 03:18:57PM +0200, David Craven wrote: > * gnu/packages/spice.scm: Add it. > +(define-public spice > +(propagated-inputs > + `(("openssl" ,openssl) > +("pixman" ,pixman) > +("spice-protocol" ,spice-protocol))) Same questions as with the previous pa

[PATCH 5/7] gnu: Add spice.

2016-07-23 Thread David Craven
* gnu/packages/spice.scm: Add it. --- gnu/packages/spice.scm | 40 1 file changed, 40 insertions(+) diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm index aa331db..ccecb23 100644 --- a/gnu/packages/spice.scm +++ b/gnu/packages/spice.scm @@ -149