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>
This commit is contained in:
Giacomo Leidi 2025-09-24 10:41:22 +02:00 committed by Ludovic Courtès
parent 749d2638a1
commit 012e9e8976
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -102,6 +102,27 @@ callbacks.")
(home-page "https://hexdocs.pm/ecto_shorts/")
(license license:expat)))
(define-public elixir-emote
(package
(name "elixir-emote")
(version "0.1.1")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "emote" version))
(sha256
(base32 "1km0hkvjpswxrvadrz4wjarpnv6wz3p15bdmmlw0yswnfvmij4ni"))))
(build-system mix-build-system)
(propagated-inputs (list elixir-phoenix-html))
(synopsis
"Convert emoticons and emoji names to emoji characters or images")
(description
"This package provides @code{elixir-emote}, a small library for
converting emoticons and emoji names to emoji characters or images,
including custom emoji.")
(home-page "https://hexdocs.pm/emote/")
(license license:wtfpl2)))
;; This package lives here to avoid module level circular dependencies as it
;; depends on elixir-plug.
(define-public elixir-error-message