me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/xml.scm (xmlsec)[properties]: New field.
master
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
1 changed files with 2 additions and 0 deletions

View File

@ -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."))))