mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: Add xmlsec-openssl.
* gnu/packages/xml.scm (xmlsec-openssl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
561db254a5
commit
9c3986ffaf
1 changed files with 8 additions and 0 deletions
|
@ -1253,6 +1253,14 @@ (define-public xmlsec-nss
|
|||
'(#:configure-flags '("--disable-md5")))
|
||||
(synopsis "XML Security Library (using NSS instead of GnuTLS)")))
|
||||
|
||||
(define-public xmlsec-openssl
|
||||
(package/inherit xmlsec
|
||||
(name "xmlsec-openssl")
|
||||
(inputs
|
||||
`(("openssl" ,openssl)
|
||||
("libltdl" ,libltdl)))
|
||||
(synopsis "XML Security Library (using OpenSSL instead of GnuTLS)")))
|
||||
|
||||
(define-public minixml
|
||||
(package
|
||||
(name "minixml")
|
||||
|
|
Loading…
Reference in a new issue