gnu: Add erlang-pkix.

* gnu/packages/erlang-xyz.scm (erlang-pkix): New variable.

Change-Id: Ie78bdaebbdafb22964e40a153aff76f5a23af7e2
Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
Igor Goryachev via Guix-patches via 2024-08-05 13:44:48 +03:00 committed by Andrew Tropin
parent 1f16e0f8d7
commit 3b4f480b9d
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -89,6 +89,22 @@ Erlang and Elixir.")
(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")