diff options
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r-- | gnu/packages/xml.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index f1d1342d5d..b8442a0568 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -1175,6 +1175,8 @@ XSL-T processor. It also performs any necessary post-processing.") supports XML security standards such as XML Signature, XML Encryption, Canonical XML (part of Libxml2) and Exclusive Canonical XML (part of Libxml2).") + (properties + '((upstream-name . "xmlsec1"))) (license (license:x11-style "file://COPYING" "See 'COPYING' in the distribution.")))) |