gnu: Add erlang-provider-asn1.
* gnu/packages/erlang.scm (erlang-provider-asn1): New variable. Change-Id: I12c57f721226d5256616650f634f129ad2f74fa2 Signed-off-by: Andrew Tropin <andrew@trop.in>master
parent
f8e65481d2
commit
aa18765521
|
@ -565,6 +565,24 @@ testing of stateful systems.")
|
|||
(description "This package provides an Erlang providers library.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public erlang-provider-asn1
|
||||
(package
|
||||
(name "erlang-provider-asn1")
|
||||
(version "0.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "provider_asn1" version))
|
||||
(sha256
|
||||
(base32 "01gvpwdlkpmvzi280rn66f5ijlvap6k368yzpb0mmlv2hrcsbrrj"))))
|
||||
(build-system rebar-build-system)
|
||||
(inputs (list erlang-providers))
|
||||
(synopsis "Compile ASN.1 with Rebar3")
|
||||
(description "This package contains plugin for ASN.1 compilation from
|
||||
within Rebar3.")
|
||||
(home-page "https://hex.pm/packages/provider_asn1")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public erlang-relx
|
||||
(package
|
||||
(name "erlang-relx")
|
||||
|
|
Reference in New Issue