diff options
| -rw-r--r-- | gnu/packages/elixir-xyz.scm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gnu/packages/elixir-xyz.scm b/gnu/packages/elixir-xyz.scm index f615f7a017d..f247bac14cd 100644 --- a/gnu/packages/elixir-xyz.scm +++ b/gnu/packages/elixir-xyz.scm | |||
| @@ -723,6 +723,23 @@ structures in Elixir.") | |||
| 723 | (home-page "https://hexdocs.pm/pathex/") | 723 | (home-page "https://hexdocs.pm/pathex/") |
| 724 | (license license:bsd-2))) | 724 | (license license:bsd-2))) |
| 725 | 725 | ||
| 726 | (define-public elixir-poison | ||
| 727 | (package | ||
| 728 | (name "elixir-poison") | ||
| 729 | (version "6.0.0") | ||
| 730 | (source | ||
| 731 | (origin | ||
| 732 | (method url-fetch) | ||
| 733 | (uri (hexpm-uri "poison" version)) | ||
| 734 | (sha256 | ||
| 735 | (base32 "18irww20fya32rp03q0r2fzbf1qw51w6lbb4chwmlxwl5din945v")))) | ||
| 736 | (build-system mix-build-system) | ||
| 737 | (propagated-inputs (list elixir-decimal)) | ||
| 738 | (synopsis "Fast, pure Elixir JSON library") | ||
| 739 | (description "An incredibly fast, pure Elixir JSON library.") | ||
| 740 | (home-page "https://hexdocs.pm/poison/") | ||
| 741 | (license license:bsd-0))) | ||
| 742 | |||
| 726 | (define-public elixir-process-tree | 743 | (define-public elixir-process-tree |
| 727 | (package | 744 | (package |
| 728 | (name "elixir-process-tree") | 745 | (name "elixir-process-tree") |
