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
* 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,
> 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
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
* 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