diff options
| author | Giacomo Leidi <goodoldpaul@autistici.org> | 2025-09-15 23:45:41 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-09-30 08:43:37 +0200 |
| commit | d86df775db1e4668452b31f88427283cc489832b (patch) | |
| tree | 625c3d2ae1364cf18a418f7b76bce97ea634796c /gnu/packages/elixir-markup.scm | |
| parent | 040509d7a091d85bc647a7b71e4c7a28d5e86877 (diff) | |
gnu: Add elixir-makeup-elixir.
* gnu/packages/elixir-markup.scm (elixir-makeup-elixir): New variable.
Change-Id: I9f8ce53851bd1a9f6684ce9580eb88a39ec38b7e
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 a35b26534c6..4a78b9327eb 100644 --- a/gnu/packages/elixir-markup.scm +++ b/gnu/packages/elixir-markup.scm | |||
| @@ -109,6 +109,24 @@ implementing a C lexer for the Makeup syntax highlighter.") | |||
| 109 | (home-page "https://hexdocs.pm/makeup_c/") | 109 | (home-page "https://hexdocs.pm/makeup_c/") |
| 110 | (license license:bsd-2))) | 110 | (license license:bsd-2))) |
| 111 | 111 | ||
| 112 | (define-public elixir-makeup-elixir | ||
| 113 | (package | ||
| 114 | (name "elixir-makeup-elixir") | ||
| 115 | (version "1.0.1") | ||
| 116 | (source | ||
| 117 | (origin | ||
| 118 | (method url-fetch) | ||
| 119 | (uri (hexpm-uri "makeup_elixir" version)) | ||
| 120 | (sha256 | ||
| 121 | (base32 "01wmpzzf445xnc7gr7ml9hmqz6rqxpsx9bpxjzymqgia846r113j")))) | ||
| 122 | (build-system mix-build-system) | ||
| 123 | (propagated-inputs (list elixir-makeup elixir-nimble-parsec)) | ||
| 124 | (synopsis "Elixir lexer for the Makeup syntax highlighter") | ||
| 125 | (description "This package provides @code{elixir-makeup-elixir}, a library | ||
| 126 | implementing an Elixir lexer for the Makeup syntax highlighter.") | ||
| 127 | (home-page "https://hexdocs.pm/makeup_elixir/") | ||
| 128 | (license license:bsd-2))) | ||
| 129 | |||
| 112 | (define-public elixir-makeup-erlang | 130 | (define-public elixir-makeup-erlang |
| 113 | (package | 131 | (package |
| 114 | (name "elixir-makeup-erlang") | 132 | (name "elixir-makeup-erlang") |
