From 71eac43207988a6b6b943541459c2084e6144501 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 8 Apr 2023 14:10:45 +0200 Subject: 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(-) (limited to 'gnu/packages') 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 -- cgit v1.2.3