mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add erlang-erlang-color.
* gnu/packages/erlang-xyz.scm (erlang-erlang-color): New variable. Change-Id: I0d345da7c051cd18579be99ec93ead6a0cb9eed2 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
af14001f98
commit
0ecab32bc5
1 changed files with 19 additions and 0 deletions
|
@ -120,6 +120,25 @@ for manipulating Web protocols.")
|
|||
(home-page "https://hex.pm/packages/cowlib")
|
||||
(license license:isc)))
|
||||
|
||||
(define-public erlang-erlang-color
|
||||
(package
|
||||
(name "erlang-erlang-color")
|
||||
(version "2.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "erlang_color" version))
|
||||
(sha256
|
||||
(base32 "04vczpwp105nmx2s6c2lp3rh4dy2zy4l1md73w2ycv98v7gw6sbs"))))
|
||||
(build-system rebar-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #f)) ;some required rebar plugins
|
||||
(synopsis "ANSI colors for your Erlang")
|
||||
(description "This library implements ANSI colors for your Erlang.")
|
||||
(home-page "https://hex.pm/packages/erlang_color")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public erlang-luerl
|
||||
(package
|
||||
(name "erlang-luerl")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue