gnu: xmlsec-nss: Disable MD5 support.
* gnu/packages/xml.scm (xmlsec-nss)[arguments]: New field.
This commit is contained in:
parent
56e2da5ae8
commit
9128ca0475
1 changed files with 3 additions and 0 deletions
|
@ -1120,6 +1120,9 @@ Libxml2).")
|
|||
(inputs
|
||||
`(("nss" ,nss)
|
||||
("libltdl" ,libltdl)))
|
||||
(arguments
|
||||
;; NSS no longer supports MD5 since 3.59, don't attempt to use it.
|
||||
'(#:configure-flags '("--disable-md5")))
|
||||
(synopsis "XML Security Library (using NSS instead of GnuTLS)")))
|
||||
|
||||
(define-public minixml
|
||||
|
|
Reference in a new issue