mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-gettext.
* gnu/packages/elixir-xyz.scm (elixir-gettext): New variable. Change-Id: I31b4b7c8fabce0aaac756c8dccb7880800d9f4c5 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
d9938377cf
commit
491da90ac5
1 changed files with 25 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
#:use-module (gnu packages compression)
|
||||
#:use-module (gnu packages base)
|
||||
#:use-module (gnu packages erlang-xyz)
|
||||
#:use-module (gnu packages gettext)
|
||||
#:use-module (gnu packages)
|
||||
#:use-module (guix build mix-build-system)
|
||||
#:use-module (guix build utils)
|
||||
|
@ -551,6 +552,30 @@ and decode WKB, WKT, and @code{GeoJSON} formats.")
|
|||
(home-page "https://hexdocs.pm/geo/")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public elixir-gettext
|
||||
(package
|
||||
(name "elixir-gettext")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "gettext" version))
|
||||
(sha256
|
||||
(base32 "0x5azw61grknqmn6v7dh1ly8daa1xmxhc1jnsx7lm2an0xj9d0fc"))))
|
||||
(build-system mix-build-system)
|
||||
(native-inputs
|
||||
(list elixir-castore
|
||||
elixir-excoveralls
|
||||
elixir-jason))
|
||||
(inputs
|
||||
(list gnu-gettext))
|
||||
(propagated-inputs (list elixir-expo))
|
||||
(synopsis "Internationalization and localization through gettext")
|
||||
(description "This package implements internationalization and localization
|
||||
through gettext.")
|
||||
(home-page "https://hexdocs.pm/gettext/")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public elixir-git-diff
|
||||
(package
|
||||
(name "elixir-git-diff")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue