gnu: xmlsec: Add 'upstream-name' property.

* gnu/packages/xml.scm (xmlsec)[properties]: New field.
This commit is contained in:
Marius Bakke 2022-11-20 18:32:42 +01:00
parent 351bada950
commit 5284887524
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1175,6 +1175,8 @@ (define-public xmlsec
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."))))