[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: spice-gtk: Propagate SPICE-PROTOCOL.
From: |
Leo Famulari |
Subject: |
02/02: gnu: spice-gtk: Propagate SPICE-PROTOCOL. |
Date: |
Fri, 29 Jul 2016 15:16:39 +0000 (UTC) |
lfam pushed a commit to branch master
in repository guix.
commit ba9e2ee64a566d3bdaa93423a56d1fd613cef5f3
Author: Leo Famulari <address@hidden>
Date: Fri Jul 29 11:14:02 2016 -0400
gnu: spice-gtk: Propagate SPICE-PROTOCOL.
* gnu/packages/spice.scm (spice-gtk)[inputs]: Move SPICE-PROTOCOL to...
[propagated-inputs]: ... here.
---
gnu/packages/spice.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index b6b6943..402b3e7 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -130,7 +130,8 @@ which allows users to view a desktop computing
environment.")
("gst-plugins-base" ,gst-plugins-base)
("gst-plugins-good" ,gst-plugins-good)
("gst-plugins-bad" ,gst-plugins-bad)
- ("gst-plugins-ugly" ,gst-plugins-ugly)))
+ ("gst-plugins-ugly" ,gst-plugins-ugly)
+ ("spice-protocol" ,spice-protocol)))
(inputs
`(("glib-networking" ,glib-networking)
("gtk+" ,gtk+)
@@ -145,7 +146,6 @@ which allows users to view a desktop computing
environment.")
("python" ,python)
("openssl" ,openssl)
("opus" ,opus)
- ("spice-protocol" ,spice-protocol)
("usbredir" ,usbredir)))
(native-inputs
`(("glib:bin" ,glib "bin")