guix-commits
[Top][All Lists]
Advanced

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

14/26: gnu: bzrtp: Drop input labels.


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

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

commit 71eac43207988a6b6b943541459c2084e6144501
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Apr 8 14:10:45 2023 +0200

    gnu: bzrtp: Drop input labels.
    
    * gnu/packages/linphone.scm (bzrtp)[inputs]: Drop package labels.
---
 gnu/packages/linphone.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm
index 6b430364ba..961967a975 100644
--- a/gnu/packages/linphone.scm
+++ b/gnu/packages/linphone.scm
@@ -465,9 +465,7 @@ implements the RFC 3550 standard.")
         "-DENABLE_STATIC=NO"
         "-DENABLE_TESTS=YES")))
     (inputs
-     `(("bctoolbox" ,bctoolbox)
-       ("sqlite3" ,sqlite)
-       ("xml2" ,libxml2)))
+     (list bctoolbox libxml2 sqlite))
     (synopsis "Belledonne Communications ZRTP Library")
     (description "BZRTP is an implementation of ZRTP keys exchange protocol,
 written in C.  It is fully portable and can be executed on many platforms



reply via email to

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