3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: xmlsec-openssl: Remove input labels.

* gnu/packages/xml.scm (xmlsec-openssl)[inputs]: Remove labels.
This commit is contained in:
Marius Bakke 2022-11-20 18:36:12 +01:00
parent 127314f5cc
commit 4416e94e51
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1197,8 +1197,7 @@ Libxml2).")
(package/inherit xmlsec (package/inherit xmlsec
(name "xmlsec-openssl") (name "xmlsec-openssl")
(inputs (inputs
`(("openssl" ,openssl) (list openssl libltdl))
("libltdl" ,libltdl)))
(synopsis "XML Security Library (using OpenSSL instead of GnuTLS)"))) (synopsis "XML Security Library (using OpenSSL instead of GnuTLS)")))
(define-public minixml (define-public minixml