mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add erlang-eunit-formatters.
* gnu/packages/erlang.scm (erlang-eunit-formatters): New variable.
This commit is contained in:
parent
a6b7caa190
commit
6cec25f232
1 changed files with 16 additions and 0 deletions
|
@ -327,6 +327,22 @@ (define-public erlang-erlware-commons
|
|||
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 rebar-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")
|
||||
|
|
Loading…
Reference in a new issue