guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/13: gnu: libnice: Propagate gnutls.


From: guix-commits
Subject: 01/13: gnu: libnice: Propagate gnutls.
Date: Mon, 19 Oct 2020 18:25:20 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 0c140b12f3fe21540ffdda0a84a1e1cb428c4d1b
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Wed Sep 23 00:01:13 2020 -0400

    gnu: libnice: Propagate gnutls.
    
    * gnu/packages/networking.scm (libnice) [inputs]: Move gnutls to ...
    [propagated-inputs]: ... here.
    
    Signed-off-by: Julien Lepiller <julien@lepiller.eu>
---
 gnu/packages/networking.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 2d71408..b1e8515 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]