mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add erlang-ssl-verify-fun.
* gnu/packages/erlang.scm (erlang-ssl-verify-fun): New variable.
This commit is contained in:
parent
2b474f45c1
commit
539695e9d5
1 changed files with 17 additions and 0 deletions
|
@ -426,3 +426,20 @@ (define-public erlang-providers
|
||||||
(synopsis "Erlang providers library")
|
(synopsis "Erlang providers library")
|
||||||
(description "This package provides an Erlang providers library.")
|
(description "This package provides an Erlang providers library.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public erlang-ssl-verify-fun
|
||||||
|
(package
|
||||||
|
(name "erlang-ssl-verify-fun")
|
||||||
|
(version "1.1.6")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (hexpm-uri "ssl_verify_fun" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1026l1z1jh25z8bfrhaw0ryk5gprhrpnirq877zqhg253x3x5c5x"))))
|
||||||
|
(build-system rebar-build-system)
|
||||||
|
(home-page "https://github.com/deadtrickster/ssl_verify_fun.erl")
|
||||||
|
(synopsis "SSL verification functions for Erlang")
|
||||||
|
(description "This package provides SSL verification functions for
|
||||||
|
Erlang.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
Loading…
Reference in a new issue