guix-commits
[Top][All Lists]
Advanced

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

08/12: gnu: libring: Add libnatpmp dependency.


From: guix-commits
Subject: 08/12: gnu: libring: Add libnatpmp dependency.
Date: Sat, 2 May 2020 06:06:08 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 63e6f1cdee26bbd26a2fa439e552f29258eb5560
Author: Jan Wielkiewicz <address@hidden>
AuthorDate: Sat May 2 03:14:40 2020 +0200

    gnu: libring: Add libnatpmp dependency.
    
    This library isn't mandatory, but it works better with new
    routers than libupnp.
    
    * gnu/packages/jami.scm (libring)[inputs]: Add libnatpmp.
    
    Signed-off-by: Mathieu Othacehe <address@hidden>
---
 gnu/packages/jami.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm
index 3b31fae..b4116c8 100644
--- a/gnu/packages/jami.scm
+++ b/gnu/packages/jami.scm
@@ -194,7 +194,6 @@
     (source (jami-source #:without-daemon #t))
     (build-system gnu-build-system)
     (inputs
-     ;; Missing (optional?) dep: libnatpmp.
      `(("alsa-lib" ,alsa-lib)
        ("boost" ,boost)
        ("dbus-c++" ,dbus-c++)
@@ -205,6 +204,7 @@
        ("gsm" ,gsm)
        ("jack" ,jack-1)
        ("jsoncpp" ,jsoncpp)
+       ("libnatpmp" ,libnatpmp)
        ("libogg" ,libogg)
        ("libva" ,libva)
        ("opendht" ,opendht)



reply via email to

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