me
/
guix
Archived
1
0
Fork 0

gnu: Add erlang-eunit-formatters.

* gnu/packages/erlang.scm (erlang-eunit-formatters): New variable.
master
Hartmut Goebel 2020-05-23 23:22:46 +02:00
parent e10cdd2c74
commit d2063c08cc
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 16 additions and 0 deletions

View File

@ -344,6 +344,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")