diff options
| author | Giacomo Leidi <goodoldpaul@autistici.org> | 2025-09-15 23:42:44 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-09-30 08:43:37 +0200 |
| commit | 5c82d0dae260b51ab2296859be6601afeb7afced (patch) | |
| tree | 6615d2ba1cf76c649e268450ea69b2cf65224d3a | |
| parent | 30a53822911154933c92a4b3e211b7d98c0de230 (diff) | |
gnu: Add elixir-makeup-c.
* gnu/packages/elixir-markup.scm (elixir-makeup-c): New variable.
Change-Id: Iea5ce2a19309438d331c7c7779dc46edf51746b2
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| -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 8d4b5117a8e..138a83a6d02 100644 --- a/gnu/packages/elixir-markup.scm +++ b/gnu/packages/elixir-markup.scm @@ -91,6 +91,24 @@ item A @code{String.Chars} implementation to convert them to text (home-page "https://hexdocs.pm/floki/") (license license:expat))) +(define-public elixir-makeup-c + (package + (name "elixir-makeup-c") + (version "0.1.1") + (source + (origin + (method url-fetch) + (uri (hexpm-uri "makeup_c" version)) + (sha256 + (base32 "0s98gwsvi88mxf3wjsi05l7dgkw4gzbihzlsq5ad68i86x2wzsc9")))) + (build-system mix-build-system) + (propagated-inputs (list elixir-makeup)) + (synopsis "C lexer for the Makeup syntax highlighter") + (description "This package provides @code{elixir-makeup-c}, a library +implementing a C lexer for the Makeup syntax highlighter.") + (home-page "https://hexdocs.pm/makeup_c/") + (license license:bsd-2))) + (define-public elixir-makeup-erlang (package (name "elixir-makeup-erlang") |
