diff options
author | Marius Bakke <marius@gnu.org> | 2022-11-20 18:32:42 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-11-20 21:08:08 +0100 |
commit | 528488752451e54434720c87581fcbe7a294e1e1 (patch) | |
tree | 941f4d1f4a025b7eb0683011d6924ff89d2178b6 /gnu/packages/xml.scm | |
parent | 351bada95049f0023aaf2fc7c91ee4b33e94486c (diff) | |
download | guix-528488752451e54434720c87581fcbe7a294e1e1.tar.gz |
gnu: xmlsec: Add 'upstream-name' property.
* gnu/packages/xml.scm (xmlsec)[properties]: New field.
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.")))) |