gnu: Add erlang-p1-acme.
* gnu/packages/erlang-xyz.scm (erlang-p1-acme): New variable. Change-Id: I2bd58524f1a41ef18971ccf7e4fb3fb5cc7e3cdf Signed-off-by: Andrew Tropin <andrew@trop.in>master
parent
14be341953
commit
3c4cf39736
|
@ -108,6 +108,33 @@ Erlang and Elixir.")
|
||||||
(home-page "https://hex.pm/packages/pkix")
|
(home-page "https://hex.pm/packages/pkix")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public erlang-p1-acme
|
||||||
|
(package
|
||||||
|
(name "erlang-p1-acme")
|
||||||
|
(version "1.0.23")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (hexpm-uri "p1_acme" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0nfxs3ldgbh7a8r7wxl0gw98r1v50jaj54c0nw8fl8ixdvr9dqcc"))))
|
||||||
|
(build-system rebar-build-system)
|
||||||
|
(inputs (list erlang-base64url erlang-idna erlang-jiffy erlang-jose
|
||||||
|
erlang-yconf))
|
||||||
|
(native-inputs (list erlang-pc))
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:tests? #f ; no tests
|
||||||
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
|
(add-before 'build 'set-environment
|
||||||
|
(lambda _
|
||||||
|
(setenv "HOME" "/tmp"))))))
|
||||||
|
(synopsis "ACME client for Erlang")
|
||||||
|
(description "This package provides ACME client for Erlang.")
|
||||||
|
(home-page "https://hex.pm/packages/p1_acme")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public erlang-p1-oauth2
|
(define-public erlang-p1-oauth2
|
||||||
(package
|
(package
|
||||||
(name "erlang-p1-oauth2")
|
(name "erlang-p1-oauth2")
|
||||||
|
|
Reference in New Issue