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>
This commit is contained in:
parent
f60699af61
commit
63e6f1cdee
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,6 @@
|
||||||
(source (jami-source #:without-daemon #t))
|
(source (jami-source #:without-daemon #t))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
;; Missing (optional?) dep: libnatpmp.
|
|
||||||
`(("alsa-lib" ,alsa-lib)
|
`(("alsa-lib" ,alsa-lib)
|
||||||
("boost" ,boost)
|
("boost" ,boost)
|
||||||
("dbus-c++" ,dbus-c++)
|
("dbus-c++" ,dbus-c++)
|
||||||
|
|
@ -205,6 +204,7 @@
|
||||||
("gsm" ,gsm)
|
("gsm" ,gsm)
|
||||||
("jack" ,jack-1)
|
("jack" ,jack-1)
|
||||||
("jsoncpp" ,jsoncpp)
|
("jsoncpp" ,jsoncpp)
|
||||||
|
("libnatpmp" ,libnatpmp)
|
||||||
("libogg" ,libogg)
|
("libogg" ,libogg)
|
||||||
("libva" ,libva)
|
("libva" ,libva)
|
||||||
("opendht" ,opendht)
|
("opendht" ,opendht)
|
||||||
|
|
|
||||||
Reference in a new issue