gnu: Add elixir-expo.

* gnu/packages/elixir-xyz.scm (elixir-expo): New variable.

Change-Id: I2d3a852def9065b62101392b1659e4d9cde7e2b1
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Giacomo Leidi 2025-09-13 13:39:04 +02:00 committed by Ludovic Courtès
parent 5b3c45f7c7
commit cc850de9ae
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -420,6 +420,25 @@ Universally Unique Lexicographically Sortable Identifier (ULID).")
(home-page "https://hexdocs.pm/ex_ulid/") (home-page "https://hexdocs.pm/ex_ulid/")
(license license:asl2.0))) (license license:asl2.0)))
(define-public elixir-expo
(package
(name "elixir-expo")
(version "1.1.0")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "expo" version))
(sha256
(base32 "0q692ycwn0f5kif55vxhx2bq1swyraypf89n671l9yq08wzzkbgv"))))
(build-system mix-build-system)
(synopsis
"Low-level Gettext file handling")
(description
"This package implements low-level Gettext file handling (.po/.pot/.mo file
writer and parser).")
(home-page "https://hexdocs.pm/expo/")
(license license:asl2.0)))
(define-public elixir-dialyxir (define-public elixir-dialyxir
(package (package
(name "elixir-dialyxir") (name "elixir-dialyxir")