summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>2020-05-02 03:14:40 +0200
committerMathieu Othacehe <m.othacehe@gmail.com>2020-05-02 12:04:57 +0200
commit63e6f1cdee26bbd26a2fa439e552f29258eb5560 (patch)
treeefc0645ea6b4b311f8517f2f8ca501a492f78c38
parentf60699af611b001c7a28f84a9dc9281cdb727a69 (diff)
downloadpatches-63e6f1cdee26bbd26a2fa439e552f29258eb5560.tar
patches-63e6f1cdee26bbd26a2fa439e552f29258eb5560.tar.gz
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 <m.othacehe@gmail.com>
-rw-r--r--gnu/packages/jami.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm
index 3b31fae827..b4116c8504 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)