me
/
guix
Archived
1
0
Fork 0

gnu: Add xmlsec-openssl.

* gnu/packages/xml.scm (xmlsec-openssl): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Simon Josefsson 2021-05-03 13:49:33 +02:00 committed by Ludovic Courtès
parent 561db254a5
commit 9c3986ffaf
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 8 additions and 0 deletions

View File

@ -1253,6 +1253,14 @@ Libxml2).")
'(#: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")