gnu: Add erlang-ssl-verify-fun.

* gnu/packages/erlang.scm (erlang-ssl-verify-fun): New variable.
This commit is contained in:
Hartmut Goebel 2020-05-23 23:08:53 +02:00
parent 2b474f45c1
commit 539695e9d5
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

@ -426,3 +426,20 @@ (define-public erlang-providers
(synopsis "Erlang providers library")
(description "This package provides an Erlang providers library.")
(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)))