mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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>
This commit is contained in:
parent
f8e65481d2
commit
aa18765521
1 changed files with 18 additions and 0 deletions
|
@ -565,6 +565,24 @@ (define-public erlang-providers
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue