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:
Giacomo Leidi 2025-09-12 18:39:34 +02:00 committed by Ludovic Courtès
parent af14001f98
commit 0ecab32bc5
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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")