[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#42180] [PATCH 07/22] gnu: Add erlang-cth-readable.
From: |
Hartmut Goebel |
Subject: |
[bug#42180] [PATCH 07/22] gnu: Add erlang-cth-readable. |
Date: |
Fri, 3 Jul 2020 19:43:32 +0200 |
* gnu/packages/erlang.scm (erlang-cth-readable): 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 ee5c61dea8..f874e605b9 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -276,6 +276,27 @@ Mozilla's canonical set.")
printing extending the io:format syntax to add colours.")
(license license:expat)))
+(define-public erlang-cth-readable
+ (package
+ (name "erlang-cth-readable")
+ (version "1.4.6")
+ (source
+ (origin
+ (method hexpm-fetch)
+ (uri (hexpm-uri "cth_readable" version))
+ (sha256
+ (base32 "0kxn983fpsify2kklgwr2fk3b3k1374zldgxqx4k325625xnjgbg"))))
+ (build-system rebar3-build-system)
+ (propagated-inputs
+ `(("erlang-cf" ,erlang-cf)))
+ (arguments
+ `(#:tests? #f)) ;; no test-suite
+ (home-page "https://github.com/ferd/cth_readable")
+ (synopsis "Common Test hooks for more readable logs for Erlang")
+ (description "This package provides an OTP library to be used for CT log
+outputs you want to be readable around all that noise they contain.")
+ (license license:bsd-3)))
+
(define-public erlang-erlware-commons
(package
(name "erlang-erlware-commons")
--
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, 2020/07/03
- [bug#42180] [PATCH 07/22] gnu: Add erlang-cth-readable.,
Hartmut Goebel <=
- [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
- [bug#42180] [PATCH 16/22] gnu: Add rebar3., Hartmut Goebel, 2020/07/03