[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#42180] [PATCH 11/22] gnu: Add erlang-providers.
From: |
Hartmut Goebel |
Subject: |
[bug#42180] [PATCH 11/22] gnu: Add erlang-providers. |
Date: |
Fri, 3 Jul 2020 19:43:36 +0200 |
* gnu/packages/erlang.scm (erlang-providers): New variable.
---
gnu/packages/erlang.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index cb6c2b903e..692d2822bf 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -385,3 +385,21 @@ of reusable Erlang components.")
(description "This package provides an Erlang module to parse command line
arguments using the GNU getopt syntax.")
(license license:bsd-3)))
+
+(define-public erlang-providers
+ (package
+ (name "erlang-providers")
+ (version "1.8.1")
+ (source
+ (origin
+ (method hexpm-fetch)
+ (uri (hexpm-uri "providers" version))
+ (sha256
+ (base32 "1pj26xbv9vcx75mhg3bhy4xvhfm7nvqpqdknb4y0y9952knd8bqp"))))
+ (propagated-inputs
+ `(("erlang-getopt" ,erlang-getopt)))
+ (build-system rebar3-build-system)
+ (home-page "https://github.com/tsloughter/providers")
+ (synopsis "Erlang providers library")
+ (description "This package provides an Erlang providers library.")
+ (license license:asl2.0)))
--
2.21.3
- [bug#42180] [PATCH 02/22] guix: Add importer for hex.pm., (continued)
- [bug#42180] [PATCH 02/22] guix: Add importer for hex.pm., Hartmut Goebel, 2020/07/03
- [bug#42180] [PATCH 05/22] gnu: Add erlang-certifi., Hartmut Goebel, 2020/07/03
- [bug#42180] [PATCH 06/22] gnu: Add erlang-erlware-commons., Hartmut Goebel, 2020/07/03
- [bug#42180] [PATCH 07/22] gnu: Add erlang-cth-readable., Hartmut Goebel, 2020/07/03
- [bug#42180] [PATCH 08/22] gnu: Add erlang-bbmustache., Hartmut Goebel, 2020/07/03
- [bug#42180] [PATCH 10/22] gnu: Add erlang-eunit-formatters., Hartmut Goebel, 2020/07/03
- [bug#42180] [PATCH 12/22] gnu: Add erlang-parse-trans., Hartmut Goebel, 2020/07/03
- [bug#42180] [PATCH 13/22] gnu: Add erlang-hex-core., Hartmut Goebel, 2020/07/03
- [bug#42180] [PATCH 09/22] gnu: Add erlang-getopt., Hartmut Goebel, 2020/07/03
- [bug#42180] [PATCH 03/22] guix: Add rebar3 build-system., Hartmut Goebel, 2020/07/03
- [bug#42180] [PATCH 11/22] gnu: Add erlang-providers.,
Hartmut Goebel <=
- [bug#42180] [PATCH 14/22] gnu: Add erlang-ssl-verify-fun., Hartmut Goebel, 2020/07/03
- [bug#42180] [PATCH 15/22] gnu: Add erlang-relx., Hartmut Goebel, 2020/07/03
- [bug#42180] [PATCH 16/22] gnu: Add rebar3., Hartmut Goebel, 2020/07/03
- [bug#42180] [PATCH 17/22] gnu: Add erlang-edown., Hartmut Goebel, 2020/07/03
- [bug#42180] [PATCH 18/22] gnu: Add erlang-jsone., Hartmut Goebel, 2020/07/03
- [bug#42180] [PATCH 20/22] gnu: Add erlang-rebar3-raw-deps., Hartmut Goebel, 2020/07/03
- [bug#42180] [PATCH 19/22] gnu: Add erlang-proper., Hartmut Goebel, 2020/07/03
- [bug#42180] [PATCH 21/22] gnu: Add erlang-rebar3-git-vsn., Hartmut Goebel, 2020/07/03
- [bug#42180] [PATCH 22/22] gnu: Add erlang-rebar3-proper., Hartmut Goebel, 2020/07/03