[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#42180] [PATCH 10/22] gnu: Add erlang-eunit-formatters.
From: |
Hartmut Goebel |
Subject: |
[bug#42180] [PATCH 10/22] gnu: Add erlang-eunit-formatters. |
Date: |
Fri, 3 Jul 2020 19:43:35 +0200 |
* gnu/packages/erlang.scm (erlang-eunit-formatters): New variable.
---
gnu/packages/erlang.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index fcdafe6231..cb6c2b903e 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -353,6 +353,22 @@ outputs you want to be readable around all that noise they
contain.")
of reusable Erlang components.")
(license license:expat)))
+(define-public erlang-eunit-formatters
+ (package
+ (name "erlang-eunit-formatters")
+ (version "0.5.0")
+ (source
+ (origin
+ (method hexpm-fetch)
+ (uri (hexpm-uri "eunit_formatters" version))
+ (sha256
+ (base32 "18q3vb12799584kdb998298b6bfh686mzi5s7pkb7djrf93vgf5f"))))
+ (build-system rebar3-build-system)
+ (home-page "https://github.com/seancribbs/eunit_formatters")
+ (synopsis "Better output for eunit suites")
+ (description "This package provides a better output for Erlang eunits.")
+ (license license:asl2.0)))
+
(define-public erlang-getopt
(package
(name "erlang-getopt")
--
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, 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 <=
- [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
- [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