mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: Add erlang-certifi.
* gnu/packages/erlang.scm (erlang-certifi): New variable.
This commit is contained in:
parent
c1f065d9a5
commit
8184d7679a
1 changed files with 24 additions and 0 deletions
|
@ -225,6 +225,30 @@ (define-public emacs-erlang
|
||||||
files.")
|
files.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public erlang-certifi
|
||||||
|
(package
|
||||||
|
(name "erlang-certifi")
|
||||||
|
(version "2.7.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method hexpm-fetch)
|
||||||
|
(uri (hexpm-uri "certifi" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1ssiajvll5nilrnsg23ja3qz2fmvnbhy176c8i0gqj0h1alismn9"))))
|
||||||
|
(build-system rebar3-build-system)
|
||||||
|
(inputs
|
||||||
|
`(("parse-trans" ,erlang-parse-trans)))
|
||||||
|
(home-page "https://github.com/certifi/erlang-certifi/")
|
||||||
|
(synopsis "CA bundle adapted from Mozilla for Erlang")
|
||||||
|
(description "This Erlang library contains a CA bundle that you can
|
||||||
|
reference in your Erlang application. This is useful for systems that do not
|
||||||
|
have CA bundles that Erlang can find itself, or where a uniform set of CAs is
|
||||||
|
valuable.
|
||||||
|
|
||||||
|
This an Erlang specific port of certifi. The CA bundle is derived from
|
||||||
|
Mozilla's canonical set.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public erlang-cf
|
(define-public erlang-cf
|
||||||
(package
|
(package
|
||||||
(name "erlang-cf")
|
(name "erlang-cf")
|
||||||
|
|
Loading…
Reference in a new issue