guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/26: gnu: bctoolbox: Drop input labels.


From: guix-commits
Subject: 02/26: gnu: bctoolbox: Drop input labels.
Date: Sun, 9 Apr 2023 05:06:36 -0400 (EDT)

rekado pushed a commit to branch core-updates
in repository guix.

commit 724acd6b9c0f7ab6540b7444950e9ded03fd7c54
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 6 19:39:25 2023 +0200

    gnu: bctoolbox: Drop input labels.
    
    * gnu/packages/linphone.scm (bctoolbox)[inputs]: Drop package labels.
---
 gnu/packages/linphone.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm
index 9b9c5fcd4b..bf6b65dc42 100644
--- a/gnu/packages/linphone.scm
+++ b/gnu/packages/linphone.scm
@@ -151,7 +151,7 @@ writing, administering, and running unit tests in C.")
            (lambda* (#:key inputs #:allow-other-keys)
              ;; Fix decaf dependency (see:
              ;; 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")
                  (("find_package\\(Decaf CONFIG\\)")
                   "set(DECAF_FOUND 1)")
@@ -182,9 +182,7 @@ writing, administering, and running unit tests in C.")
                (with-directory-excursion "tester"
                  (invoke "./bctoolbox_tester"))))))))
     (inputs
-     `(("bcunit" ,bcunit)
-       ("decaf" ,libdecaf)
-       ("mbedtls" ,mbedtls-apache)))
+     (list bcunit libdecaf mbedtls-apache))
     (synopsis "Belledonne Communications Tool Box")
     (description "BcToolBox is an utilities library used by Belledonne
 Communications software like belle-sip, mediastreamer2 and linphone.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]