gnu: xmlsec-openssl: Remove input labels.
* gnu/packages/xml.scm (xmlsec-openssl)[inputs]: Remove labels.
This commit is contained in:
parent
127314f5cc
commit
4416e94e51
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue