From 4416e94e517a955fe6152094df8b89d2c0c13e65 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sun, 20 Nov 2022 18:36:12 +0100 Subject: gnu: xmlsec-openssl: Remove input labels. * gnu/packages/xml.scm (xmlsec-openssl)[inputs]: Remove labels. --- gnu/packages/xml.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index b3136c3891..770bac3670 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -1197,8 +1197,7 @@ Libxml2).") (package/inherit xmlsec (name "xmlsec-openssl") (inputs - `(("openssl" ,openssl) - ("libltdl" ,libltdl))) + (list openssl libltdl)) (synopsis "XML Security Library (using OpenSSL instead of GnuTLS)"))) (define-public minixml -- cgit v1.2.3