mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
5b3c45f7c7
commit
cc850de9ae
1 changed files with 19 additions and 0 deletions
|
@ -420,6 +420,25 @@ Universally Unique Lexicographically Sortable Identifier (ULID).")
|
|||
(home-page "https://hexdocs.pm/ex_ulid/")
|
||||
(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
|
||||
(package
|
||||
(name "elixir-dialyxir")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue