mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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 @@ (define-public xmlsec-openssl
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue