gnu: liblinphone: Fix the input type of some dependencies.
Libraries being linked to such as libxml2, libiconv and zlib should appear as 'inputs' rather than 'native-inputs'. * gnu/packages/linphone.scm (liblinphone)[native-inputs]: Move libiconv, libxml2 and zlib to... [inputs]: ...here. Move eudev, python-pystache and python-six to native-inputs.
This commit is contained in:
parent
8472c26c25
commit
1ae4325734
1 changed files with 9 additions and 8 deletions
|
@ -447,27 +447,28 @@ decoding, and rendering.")
|
||||||
""))
|
""))
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("dot" ,graphviz)
|
`(("gettext" ,gettext-minimal)
|
||||||
|
("udev" ,eudev) ;for libudev.h
|
||||||
|
;; For generating the C++ wrappers.
|
||||||
|
("dot" ,graphviz)
|
||||||
("doxygen" ,doxygen)
|
("doxygen" ,doxygen)
|
||||||
("gettext" ,gettext-minimal)
|
|
||||||
("iconv" ,libiconv)
|
|
||||||
("python" ,python)
|
("python" ,python)
|
||||||
("xml2" ,libxml2)
|
("pystache" ,python-pystache)
|
||||||
("zlib" ,zlib)))
|
("six" ,python-six)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("bctoolbox" ,bctoolbox)
|
`(("bctoolbox" ,bctoolbox)
|
||||||
("belcard" ,belcard)
|
("belcard" ,belcard)
|
||||||
("bellesip" ,belle-sip)
|
("bellesip" ,belle-sip)
|
||||||
("bzrtp", bzrtp)
|
("bzrtp", bzrtp)
|
||||||
|
("iconv" ,libiconv)
|
||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
("gtk2" ,gtk+-2)
|
("gtk2" ,gtk+-2)
|
||||||
("mediastreamer2" ,mediastreamer2)
|
("mediastreamer2" ,mediastreamer2)
|
||||||
("notify" ,libnotify)
|
("notify" ,libnotify)
|
||||||
("ortp" ,ortp)
|
("ortp" ,ortp)
|
||||||
("pystache" ,python-pystache)
|
|
||||||
("six" ,python-six)
|
|
||||||
("sqlite" ,sqlite)
|
("sqlite" ,sqlite)
|
||||||
("udev" ,eudev)))
|
("xml2" ,libxml2)
|
||||||
|
("zlib" ,zlib)))
|
||||||
(synopsis "Belledonne Communications Softphone Library")
|
(synopsis "Belledonne Communications Softphone Library")
|
||||||
(description "Liblinphone is a high-level SIP library integrating
|
(description "Liblinphone is a high-level SIP library integrating
|
||||||
all calling and instant messaging features into an unified
|
all calling and instant messaging features into an unified
|
||||||
|
|
Reference in a new issue