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
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user