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:
Giacomo Leidi 2025-09-15 11:23:15 +02:00 committed by Ludovic Courtès
parent eed7dd9633
commit b3be685b96
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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