diff options
Diffstat (limited to 'gnu/packages/elixir-web.scm')
| -rw-r--r-- | gnu/packages/elixir-web.scm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gnu/packages/elixir-web.scm b/gnu/packages/elixir-web.scm index 34a1c3badee..c1b7ce9995e 100644 --- a/gnu/packages/elixir-web.scm +++ b/gnu/packages/elixir-web.scm | |||
| @@ -102,6 +102,27 @@ callbacks.") | |||
| 102 | (home-page "https://hexdocs.pm/ecto_shorts/") | 102 | (home-page "https://hexdocs.pm/ecto_shorts/") |
| 103 | (license license:expat))) | 103 | (license license:expat))) |
| 104 | 104 | ||
| 105 | (define-public elixir-emote | ||
| 106 | (package | ||
| 107 | (name "elixir-emote") | ||
| 108 | (version "0.1.1") | ||
| 109 | (source | ||
| 110 | (origin | ||
| 111 | (method url-fetch) | ||
| 112 | (uri (hexpm-uri "emote" version)) | ||
| 113 | (sha256 | ||
| 114 | (base32 "1km0hkvjpswxrvadrz4wjarpnv6wz3p15bdmmlw0yswnfvmij4ni")))) | ||
| 115 | (build-system mix-build-system) | ||
| 116 | (propagated-inputs (list elixir-phoenix-html)) | ||
| 117 | (synopsis | ||
| 118 | "Convert emoticons and emoji names to emoji characters or images") | ||
| 119 | (description | ||
| 120 | "This package provides @code{elixir-emote}, a small library for | ||
| 121 | converting emoticons and emoji names to emoji characters or images, | ||
| 122 | including custom emoji.") | ||
| 123 | (home-page "https://hexdocs.pm/emote/") | ||
| 124 | (license license:wtfpl2))) | ||
| 125 | |||
| 105 | ;; This package lives here to avoid module level circular dependencies as it | 126 | ;; This package lives here to avoid module level circular dependencies as it |
| 106 | ;; depends on elixir-plug. | 127 | ;; depends on elixir-plug. |
| 107 | (define-public elixir-error-message | 128 | (define-public elixir-error-message |
