diff options
| author | Giacomo Leidi <goodoldpaul@autistici.org> | 2025-09-24 10:41:22 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-09-30 08:43:48 +0200 |
| commit | 012e9e89766c2d19b32fbc4d3fc11eaba4b311d2 (patch) | |
| tree | a2f2be4db1e3755a8a547e8c72d89f6fefbd3e44 /gnu/packages | |
| parent | 749d2638a1d9320197b8666d034182f65f5521a7 (diff) | |
gnu: Add elixir-emote.
* gnu/packages/elixir-web.scm (elixir-emote): New variable.
Change-Id: I71efdc7ad742911bc4911655d9569b682924b55e
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages')
| -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 |
