[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#42180] [PATCH 06/22] gnu: Add erlang-erlware-commons.
From: |
Hartmut Goebel |
Subject: |
[bug#42180] [PATCH 06/22] gnu: Add erlang-erlware-commons. |
Date: |
Fri, 3 Jul 2020 19:43:31 +0200 |
* gnu/packages/erlang.scm (erlang-erlware-commons): New variable.
---
gnu/packages/erlang.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index e55cca7cc6..ee5c61dea8 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -275,3 +275,24 @@ Mozilla's canonical set.")
(description "This package provides a helper library for termial colour
printing extending the io:format syntax to add colours.")
(license license:expat)))
+
+(define-public erlang-erlware-commons
+ (package
+ (name "erlang-erlware-commons")
+ (version "1.3.1")
+ (source
+ (origin
+ (method hexpm-fetch)
+ (uri (hexpm-uri "erlware_commons" version))
+ (sha256
+ (base32 "1cs00ac71bjik8xq82caj19r3ik7zhbh579g74liyxdvbmxqk6i6"))))
+ (build-system rebar3-build-system)
+ (propagated-inputs
+ `(("erlang-cf" ,erlang-cf)))
+ (arguments
+ `(#:tests? #f)) ;; TODO: 1/219 tests fail - very simple one, though
+ (home-page "http://erlware.github.io/erlware_commons/")
+ (synopsis "Additional standard library for Erlang")
+ (description "Erlware Commons is an Erlware project focused on all aspects
+of reusable Erlang components.")
+ (license license:expat)))
--
2.21.3
- [bug#42180] [PATCH 00/22] Add extracting download, importer for hex.pm and rebar3 build-system for Erlang, Hartmut Goebel, 2020/07/03
- [bug#42180] [PATCH 01/22] guix: Add extracting-download., Hartmut Goebel, 2020/07/03
- [bug#42180] [PATCH 04/22] gnu: Add erlang-cf., Hartmut Goebel, 2020/07/03
- [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 <=
- [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, 2020/07/03
- [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