[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54796] [PATCH v3 09/22] gnu: Add erlang-providers.
From: |
Hartmut Goebel |
Subject: |
[bug#54796] [PATCH v3 09/22] gnu: Add erlang-providers. |
Date: |
Fri, 8 Apr 2022 19:03:42 +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 154c11f207..85e491bb1d 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -359,3 +359,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.9.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hexpm-uri "providers" version))
+ (sha256
+ (base32 "05y0kz3xgx77hzn1l05byaisvmk8bgds7c22hrh0a5ba81sfi1yj"))))
+ (build-system rebar3-build-system)
+ (propagated-inputs
+ (list erlang-erlware-commons erlang-getopt))
+ (home-page "https://github.com/tsloughter/providers")
+ (synopsis "Erlang providers library")
+ (description "This package provides an Erlang providers library.")
+ (license license:asl2.0)))
--
2.30.2
- [bug#54796] [PATCH v3 13/22] gnu: Add erlang-relx., (continued)
- [bug#54796] [PATCH v3 13/22] gnu: Add erlang-relx., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 16/22] gnu: Add erlang-proper., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 04/22] gnu: Add erlang-erlware-commons., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 07/22] gnu: Add erlang-getopt., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 09/22] gnu: Add erlang-providers.,
Hartmut Goebel <=
- [bug#54796] [PATCH v3 21/22] gnu: Add rebar3-proper., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 22/22] build-system: Add 'rebar3-build-system'., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 22/22] build-system: Add 'rebar3-build-system'., Maxime Devos, 2022/04/09