mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-makeup-erlang.
* gnu/packages/elixir-markup.scm (elixir-makeup-erlang): New variable. Change-Id: Idab611b9be4687a0a316fb2c7047bedfa6de29a2 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
778643b6a1
commit
30a5382291
1 changed files with 18 additions and 0 deletions
|
@ -90,3 +90,21 @@ item A @code{String.Chars} implementation to convert them to text
|
||||||
"Floki is a simple HTML parser that enables search for nodes using CSS selectors.")
|
"Floki is a simple HTML parser that enables search for nodes using CSS selectors.")
|
||||||
(home-page "https://hexdocs.pm/floki/")
|
(home-page "https://hexdocs.pm/floki/")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public elixir-makeup-erlang
|
||||||
|
(package
|
||||||
|
(name "elixir-makeup-erlang")
|
||||||
|
(version "1.0.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (hexpm-uri "makeup_erlang" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "09rpmb9iw49syp62s7pny4ycwijffkkk6y9698z8kmb8ydzgycxg"))))
|
||||||
|
(build-system mix-build-system)
|
||||||
|
(propagated-inputs (list elixir-makeup))
|
||||||
|
(synopsis "Erlang lexer for the Makeup syntax highlighter")
|
||||||
|
(description "This package provides @code{elixir-makeup-erlang}, a library
|
||||||
|
implementing an Erlang lexer for the Makeup syntax highlighter.")
|
||||||
|
(home-page "https://hexdocs.pm/makeup_erlang/")
|
||||||
|
(license license:bsd-2)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue