diff options
| author | Giacomo Leidi <goodoldpaul@autistici.org> | 2025-09-15 23:41:35 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-09-30 08:43:37 +0200 |
| commit | 30a53822911154933c92a4b3e211b7d98c0de230 (patch) | |
| tree | d6f20d25838df29867c2b81a58e453ae233e07c6 /gnu/packages/elixir-markup.scm | |
| parent | 778643b6a184d45ec090470eda0a15b3b7f807e2 (diff) | |
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>
Diffstat (limited to 'gnu/packages/elixir-markup.scm')
| -rw-r--r-- | gnu/packages/elixir-markup.scm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gnu/packages/elixir-markup.scm b/gnu/packages/elixir-markup.scm index 904ea816639..8d4b5117a8e 100644 --- a/gnu/packages/elixir-markup.scm +++ b/gnu/packages/elixir-markup.scm @@ -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.") (home-page "https://hexdocs.pm/floki/") (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))) |
