GNU bug report logs -
#72474
[PATCH 00/30] Add ejabberd package.
Previous Next
Reported by: Igor Goryachev <igor <at> goryachev.org>
Date: Mon, 5 Aug 2024 10:38:01 UTC
Severity: normal
Tags: patch
Done: Andrew Tropin <andrew <at> trop.in>
Bug is archived. No further changes may be made.
Full log
Message #89 received at 72474 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/erlang-xyz.scm (erlang-pkix): New variable.
Change-Id: Ie78bdaebbdafb22964e40a153aff76f5a23af7e2
---
gnu/packages/erlang-xyz.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/gnu/packages/erlang-xyz.scm b/gnu/packages/erlang-xyz.scm
index c50d7cc2da..488c7a766c 100644
--- a/gnu/packages/erlang-xyz.scm
+++ b/gnu/packages/erlang-xyz.scm
@@ -89,6 +89,22 @@ (define-public erlang-jiffy
(home-page "https://hex.pm/packages/jiffy")
(license license:expat)))
+(define-public erlang-pkix
+ (package
+ (name "erlang-pkix")
+ (version "1.0.10")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hexpm-uri "pkix" version))
+ (sha256
+ (base32 "03jxmjirg98r1zq7b1f3mnwm8pb1iac2iaxi85615jwl63w688g0"))))
+ (build-system rebar-build-system)
+ (synopsis "PKIX management")
+ (description "This package provides PKIX management for Erlang.")
+ (home-page "https://hex.pm/packages/pkix")
+ (license license:asl2.0)))
+
(define-public erlang-p1-oauth2
(package
(name "erlang-p1-oauth2")
--
2.45.2
This bug report was last modified 292 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.