gnu: spice-gtk: Propagate SPICE-PROTOCOL.
* gnu/packages/spice.scm (spice-gtk)[inputs]: Move SPICE-PROTOCOL to... [propagated-inputs]: ... here.
This commit is contained in:
parent
0d05a739d2
commit
ba9e2ee64a
|
@ -130,7 +130,8 @@ which allows users to view a desktop computing environment.")
|
||||||
("gst-plugins-base" ,gst-plugins-base)
|
("gst-plugins-base" ,gst-plugins-base)
|
||||||
("gst-plugins-good" ,gst-plugins-good)
|
("gst-plugins-good" ,gst-plugins-good)
|
||||||
("gst-plugins-bad" ,gst-plugins-bad)
|
("gst-plugins-bad" ,gst-plugins-bad)
|
||||||
("gst-plugins-ugly" ,gst-plugins-ugly)))
|
("gst-plugins-ugly" ,gst-plugins-ugly)
|
||||||
|
("spice-protocol" ,spice-protocol)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("glib-networking" ,glib-networking)
|
`(("glib-networking" ,glib-networking)
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
|
@ -145,7 +146,6 @@ which allows users to view a desktop computing environment.")
|
||||||
("python" ,python)
|
("python" ,python)
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl)
|
||||||
("opus" ,opus)
|
("opus" ,opus)
|
||||||
("spice-protocol" ,spice-protocol)
|
|
||||||
("usbredir" ,usbredir)))
|
("usbredir" ,usbredir)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib:bin" ,glib "bin")
|
`(("glib:bin" ,glib "bin")
|
||||||
|
|
Loading…
Reference in New Issue