gnu: Add elixir-ex-cldr-plugs.

* gnu/packages/elixir-web.scm (elixir-ex-cldr-plugs): New variable.

Change-Id: I797382044e3049275e99c6a3ea3dcc0db8cab92d
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Giacomo Leidi 2025-09-21 21:15:12 +02:00 committed by Ludovic Courtès
parent 1e3ceede32
commit f97ff45ff9
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -151,6 +151,25 @@ functions using the Common Locale Data Repository (CLDR).")
(home-page "https://hexdocs.pm/ex_cldr_dates_times/")
(license license:asl2.0)))
(define-public elixir-ex-cldr-plugs
(package
(name "elixir-ex-cldr-plugs")
(version "1.3.4")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "ex_cldr_plugs" version))
(sha256
(base32 "0apm3x98abjnlhzb59p3qnhh2pmzrbk8gh0x209k0h5cgq4rx0ih"))))
(build-system mix-build-system)
(propagated-inputs (list elixir-ex-cldr elixir-gettext elixir-jason elixir-plug))
(synopsis
"Plugs supporting CLDR")
(description
"Plugs supporting CLDR and setting the locale from requests and request headers.")
(home-page "https://hexdocs.pm/ex_cldr_plugs/")
(license license:asl2.0)))
(define-public elixir-exjsx
(package
(name "elixir-exjsx")