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 @@ Android, and ChromeOS.")
 | 
			
		|||
       ("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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue