me
/
guix
Archived
1
0
Fork 0

gnu: Add erlang-ssl-verify-fun.

* gnu/packages/erlang.scm (erlang-ssl-verify-fun): New variable.
master
Hartmut Goebel 2020-05-23 23:08:53 +02:00
parent c7339e0a82
commit 8b9b1b3819
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 17 additions and 0 deletions

View File

@ -444,3 +444,20 @@ Erlang.")
(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 hexpm-fetch)
(uri (hexpm-uri "ssl_verify_fun" version))
(sha256
(base32 "0bwdqhnmlv0jfs5mrws2a75zngiihnvcni2hj4l65r5abnw050vx"))))
(build-system rebar3-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)))