me
/
guix
Archived
1
0
Fork 0

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
Igor Goryachev via Guix-patches via 2024-08-05 13:44:37 +03:00 committed by Andrew Tropin
parent f8e65481d2
commit aa18765521
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 18 additions and 0 deletions

View File

@ -565,6 +565,24 @@ testing of stateful systems.")
(description "This package provides an Erlang providers library.") (description "This package provides an Erlang providers library.")
(license license:asl2.0))) (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 (define-public erlang-relx
(package (package
(name "erlang-relx") (name "erlang-relx")