mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
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:
parent
1f16e0f8d7
commit
3b4f480b9d
1 changed files with 16 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue