mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: xmlsec: Add 'upstream-name' property.
* gnu/packages/xml.scm (xmlsec)[properties]: New field.
This commit is contained in:
parent
351bada950
commit
5284887524
1 changed files with 2 additions and 0 deletions
|
@ -1175,6 +1175,8 @@ (define-public xmlsec
|
||||||
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."))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue