mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-poison.
* gnu/packages/elixir-xyz.scm (elixir-poison): New variable. Change-Id: I2c8913cc957ce8aecddbdf53d6209ae7774aeb94 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
bda0f1f67c
commit
42d481fa4c
1 changed files with 17 additions and 0 deletions
|
@ -723,6 +723,23 @@ structures in Elixir.")
|
|||
(home-page "https://hexdocs.pm/pathex/")
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public elixir-poison
|
||||
(package
|
||||
(name "elixir-poison")
|
||||
(version "6.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "poison" version))
|
||||
(sha256
|
||||
(base32 "18irww20fya32rp03q0r2fzbf1qw51w6lbb4chwmlxwl5din945v"))))
|
||||
(build-system mix-build-system)
|
||||
(propagated-inputs (list elixir-decimal))
|
||||
(synopsis "Fast, pure Elixir JSON library")
|
||||
(description "An incredibly fast, pure Elixir JSON library.")
|
||||
(home-page "https://hexdocs.pm/poison/")
|
||||
(license license:bsd-0)))
|
||||
|
||||
(define-public elixir-process-tree
|
||||
(package
|
||||
(name "elixir-process-tree")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue