gnu: bctoolbox: Drop input labels.
* gnu/packages/linphone.scm (bctoolbox)[inputs]: Drop package labels.
This commit is contained in:
parent
3101fe4b8e
commit
724acd6b9c
1 changed files with 2 additions and 4 deletions
|
@ -151,7 +151,7 @@ (define-public bctoolbox
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
;; Fix decaf dependency (see:
|
;; Fix decaf dependency (see:
|
||||||
;; https://gitlab.linphone.org/BC/public/bctoolbox/-/issues/3).
|
;; https://gitlab.linphone.org/BC/public/bctoolbox/-/issues/3).
|
||||||
(let* ((decaf (assoc-ref inputs "decaf")))
|
(let* ((decaf (assoc-ref inputs "libdecaf")))
|
||||||
(substitute* (find-files "." "CMakeLists.txt")
|
(substitute* (find-files "." "CMakeLists.txt")
|
||||||
(("find_package\\(Decaf CONFIG\\)")
|
(("find_package\\(Decaf CONFIG\\)")
|
||||||
"set(DECAF_FOUND 1)")
|
"set(DECAF_FOUND 1)")
|
||||||
|
@ -182,9 +182,7 @@ (define-public bctoolbox
|
||||||
(with-directory-excursion "tester"
|
(with-directory-excursion "tester"
|
||||||
(invoke "./bctoolbox_tester"))))))))
|
(invoke "./bctoolbox_tester"))))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("bcunit" ,bcunit)
|
(list bcunit libdecaf mbedtls-apache))
|
||||||
("decaf" ,libdecaf)
|
|
||||||
("mbedtls" ,mbedtls-apache)))
|
|
||||||
(synopsis "Belledonne Communications Tool Box")
|
(synopsis "Belledonne Communications Tool Box")
|
||||||
(description "BcToolBox is an utilities library used by Belledonne
|
(description "BcToolBox is an utilities library used by Belledonne
|
||||||
Communications software like belle-sip, mediastreamer2 and linphone.")
|
Communications software like belle-sip, mediastreamer2 and linphone.")
|
||||||
|
|
Loading…
Reference in a new issue