aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/xml.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-11-20 18:32:42 +0100
committerMarius Bakke <marius@gnu.org>2022-11-20 21:08:08 +0100
commit528488752451e54434720c87581fcbe7a294e1e1 (patch)
tree941f4d1f4a025b7eb0683011d6924ff89d2178b6 /gnu/packages/xml.scm
parent351bada95049f0023aaf2fc7c91ee4b33e94486c (diff)
downloadguix-528488752451e54434720c87581fcbe7a294e1e1.tar
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.scm2
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."))))