mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-exjsx.
* gnu/packages/elixir-web.scm (elixir-exjsx): New variable. Change-Id: Id924e2dcb628acbcb12977438055cfdafebb3003 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
b8ab03b9a8
commit
9840062267
1 changed files with 19 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
(define-module (gnu packages elixir-web)
|
||||
#:use-module (gnu packages erlang)
|
||||
#:use-module (gnu packages erlang-xyz)
|
||||
#:use-module (gnu packages elixir-databases)
|
||||
#:use-module (gnu packages elixir-i18n)
|
||||
|
@ -149,6 +150,24 @@ functions using the Common Locale Data Repository (CLDR).")
|
|||
(home-page "https://hexdocs.pm/ex_cldr_dates_times/")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public elixir-exjsx
|
||||
(package
|
||||
(name "elixir-exjsx")
|
||||
(version "4.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "exjsx" version))
|
||||
(sha256
|
||||
(base32 "01rfr1har8akbwwnsba4a248hfym5955348fhdkymzvwm4h5is9j"))))
|
||||
(build-system mix-build-system)
|
||||
(propagated-inputs (list erlang-jsx))
|
||||
(synopsis "JSON for Elixir")
|
||||
(description "This package provides @code{exjsx}, a JSON library for
|
||||
Elixir.")
|
||||
(home-page "https://hexdocs.pm/exjsx/")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public elixir-hpack
|
||||
(package
|
||||
(name "elixir-hpack")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue