guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: xmlsec: Add 'upstream-name' property.


From: guix-commits
Subject: 01/05: gnu: xmlsec: Add 'upstream-name' property.
Date: Sun, 20 Nov 2022 15:08:46 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 528488752451e54434720c87581fcbe7a294e1e1
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Nov 20 18:32:42 2022 +0100

    gnu: xmlsec: Add 'upstream-name' property.
    
    * gnu/packages/xml.scm (xmlsec)[properties]: New field.
---
 gnu/packages/xml.scm | 2 ++
 1 file changed, 2 insertions(+)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]