gnu: xmlsec: Add 'upstream-name' property.
* gnu/packages/xml.scm (xmlsec)[properties]: New field.master
parent
351bada950
commit
5284887524
|
@ -1175,6 +1175,8 @@ XSL-T processor. It also performs any necessary post-processing.")
|
||||||
supports XML security standards such as XML Signature, XML Encryption,
|
supports XML security standards such as XML Signature, XML Encryption,
|
||||||
Canonical XML (part of Libxml2) and Exclusive Canonical XML (part of
|
Canonical XML (part of Libxml2) and Exclusive Canonical XML (part of
|
||||||
Libxml2).")
|
Libxml2).")
|
||||||
|
(properties
|
||||||
|
'((upstream-name . "xmlsec1")))
|
||||||
(license (license:x11-style "file://COPYING"
|
(license (license:x11-style "file://COPYING"
|
||||||
"See 'COPYING' in the distribution."))))
|
"See 'COPYING' in the distribution."))))
|
||||||
|
|
||||||
|
|
Reference in New Issue