mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
749d2638a1
commit
012e9e8976
1 changed files with 21 additions and 0 deletions
|
@ -102,6 +102,27 @@ callbacks.")
|
||||||
(home-page "https://hexdocs.pm/ecto_shorts/")
|
(home-page "https://hexdocs.pm/ecto_shorts/")
|
||||||
(license license:expat)))
|
(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
|
;; This package lives here to avoid module level circular dependencies as it
|
||||||
;; depends on elixir-plug.
|
;; depends on elixir-plug.
|
||||||
(define-public elixir-error-message
|
(define-public elixir-error-message
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue