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-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")
|
||||
|
|
Loading…
Reference in New Issue