mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -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)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("gnutls" ,gnutls)
|
||||
("gstreamer" ,gstreamer)
|
||||
`(("gstreamer" ,gstreamer)
|
||||
("gst-plugins-base" ,gst-plugins-base)
|
||||
("libnsl" ,libnsl)))
|
||||
(propagated-inputs
|
||||
`(("glib" ,glib)
|
||||
("glib-networking" ,glib-networking)))
|
||||
("glib-networking" ,glib-networking)
|
||||
("gnutls" ,gnutls)))
|
||||
(synopsis "GLib ICE implementation")
|
||||
(description "LibNice is a library that implements the Interactive
|
||||
Connectivity Establishment (ICE) standard (RFC 5245 & RFC 8445). It provides a
|
||||
|
|
Loading…
Reference in a new issue