[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54796] [PATCH v4 09/22] gnu: Add erlang-eunit-formatters.
From: |
Hartmut Goebel |
Subject: |
[bug#54796] [PATCH v4 09/22] gnu: Add erlang-eunit-formatters. |
Date: |
Sun, 10 Apr 2022 20:57:07 +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 2b4d0bfdc3..0b4fe327a5 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -327,6 +327,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 url-fetch)
+ (uri (hexpm-uri "eunit_formatters" version))
+ (sha256
+ (base32 "1jb3hzb216r29x2h4pcjwfmx1k81431rgh5v0mp4x5146hhvmj6n"))))
+ (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.30.2
- [bug#54796] [PATCH v4 04/22] gnu: Add erlang-certifi., (continued)
- [bug#54796] [PATCH v4 04/22] gnu: Add erlang-certifi., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 05/22] gnu: Add erlang-erlware-commons., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 06/22] gnu: Add erlang-cth-readable., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 08/22] gnu: Add erlang-getopt., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 07/22] gnu: Add erlang-bbmustache., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 11/22] gnu: Add erlang-parse-trans., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 10/22] gnu: Add erlang-providers., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 13/22] gnu: Add erlang-ssl-verify-fun., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 15/22] gnu: Add erlang-edown., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 16/22] gnu: Add erlang-jsone., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 09/22] gnu: Add erlang-eunit-formatters.,
Hartmut Goebel <=
- [bug#54796] [PATCH v4 12/22] gnu: Add erlang-hex-core., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 14/22] gnu: Add erlang-relx., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 19/22] gnu: Add rebar3., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 18/22] gnu: Add erlang-covertool., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 21/22] gnu: Add rebar3-git-vsn., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 17/22] gnu: Add erlang-proper., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 20/22] gnu: Add rebar3-raw-deps., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 22/22] gnu: Add rebar3-proper., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 00/22] Add importer for hex.pm and rebar3 build-system for Erlang, Maxime Devos, 2022/04/11