mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Add elixir-thousand-island.
* gnu/packages/elixir-xyz.scm (elixir-thousand-island): New variable. Change-Id: I797a300ba5e5bcd7c755b815ee7a611c8ebccd90 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
eed7dd9633
commit
b3be685b96
1 changed files with 20 additions and 0 deletions
|
|
@ -781,6 +781,26 @@ Telemetry events.")
|
|||
(home-page "https://hexdocs.pm/telemetry_metrics/")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public elixir-thousand-island
|
||||
(package
|
||||
(name "elixir-thousand-island")
|
||||
(version "1.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "thousand_island" version))
|
||||
(sha256
|
||||
(base32 "1hdnbxv4015y3hc9aq6zgs6n4y092rkax1kjp24qb0fjwm08cji0"))))
|
||||
(build-system mix-build-system)
|
||||
(native-inputs
|
||||
(list elixir-jason))
|
||||
(propagated-inputs (list elixir-machete erlang-telemetry))
|
||||
(synopsis "Pure Elixir socket server")
|
||||
(description
|
||||
"This package provides a simple and modern Elixir socket server.")
|
||||
(home-page "https://hexdocs.pm/thousand_island/")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public elixir-text-diff
|
||||
(package
|
||||
(name "elixir-text-diff")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue