mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: libnice: Propagate gnutls.
* gnu/packages/networking.scm (libnice) [inputs]: Move gnutls to ... [propagated-inputs]: ... here. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
parent
223c447349
commit
0c140b12f3
1 changed files with 3 additions and 3 deletions
|
@ -240,13 +240,13 @@ (define-public libnice
|
||||||
("gtk-doc" ,gtk-doc)
|
("gtk-doc" ,gtk-doc)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gnutls" ,gnutls)
|
`(("gstreamer" ,gstreamer)
|
||||||
("gstreamer" ,gstreamer)
|
|
||||||
("gst-plugins-base" ,gst-plugins-base)
|
("gst-plugins-base" ,gst-plugins-base)
|
||||||
("libnsl" ,libnsl)))
|
("libnsl" ,libnsl)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("glib" ,glib)
|
`(("glib" ,glib)
|
||||||
("glib-networking" ,glib-networking)))
|
("glib-networking" ,glib-networking)
|
||||||
|
("gnutls" ,gnutls)))
|
||||||
(synopsis "GLib ICE implementation")
|
(synopsis "GLib ICE implementation")
|
||||||
(description "LibNice is a library that implements the Interactive
|
(description "LibNice is a library that implements the Interactive
|
||||||
Connectivity Establishment (ICE) standard (RFC 5245 & RFC 8445). It provides a
|
Connectivity Establishment (ICE) standard (RFC 5245 & RFC 8445). It provides a
|
||||||
|
|
Loading…
Reference in a new issue