mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-escape.
* gnu/packages/elixir-xyz.scm (elixir-escape): New variable. Change-Id: Ie4c84ff919fbb2939b9fc724b01ff59c4478cf5b Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
17bd5ebfc4
commit
b9afc8acb4
1 changed files with 18 additions and 0 deletions
|
@ -423,6 +423,24 @@ things like Dialyzer errors and Observer.")
|
||||||
(home-page "https://hexdocs.pm/erlex/")
|
(home-page "https://hexdocs.pm/erlex/")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public elixir-escape
|
||||||
|
(package
|
||||||
|
(name "elixir-escape")
|
||||||
|
(version "0.4.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (hexpm-uri "escape" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0q9s3i071ijniplgbdimgnns5xg65xwwixwsrk32kr210yx1i6dj"))))
|
||||||
|
(build-system mix-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list elixir-prove))
|
||||||
|
(synopsis "ANSI escape tool")
|
||||||
|
(description "This package provides an ANSI escape tool in Elixir.")
|
||||||
|
(home-page "https://hexdocs.pm/escape/")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public elixir-ex-ulid
|
(define-public elixir-ex-ulid
|
||||||
(package
|
(package
|
||||||
(name "elixir-ex-ulid")
|
(name "elixir-ex-ulid")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue