From d86df775db1e4668452b31f88427283cc489832b Mon Sep 17 00:00:00 2001 From: Giacomo Leidi Date: Mon, 15 Sep 2025 23:45:41 +0200 Subject: [PATCH] gnu: Add elixir-makeup-elixir. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/elixir-markup.scm (elixir-makeup-elixir): New variable. Change-Id: I9f8ce53851bd1a9f6684ce9580eb88a39ec38b7e Signed-off-by: Ludovic Courtès --- gnu/packages/elixir-markup.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gnu/packages/elixir-markup.scm b/gnu/packages/elixir-markup.scm index a35b26534c60df12b6051bf19d0355f8740050fb..4a78b9327ebefa984e7965b0f3bb57347426de7f 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.") (home-page "https://hexdocs.pm/makeup_c/") (license license:bsd-2))) +(define-public elixir-makeup-elixir + (package + (name "elixir-makeup-elixir") + (version "1.0.1") + (source + (origin + (method url-fetch) + (uri (hexpm-uri "makeup_elixir" version)) + (sha256 + (base32 "01wmpzzf445xnc7gr7ml9hmqz6rqxpsx9bpxjzymqgia846r113j")))) + (build-system mix-build-system) + (propagated-inputs (list elixir-makeup elixir-nimble-parsec)) + (synopsis "Elixir lexer for the Makeup syntax highlighter") + (description "This package provides @code{elixir-makeup-elixir}, a library +implementing an Elixir lexer for the Makeup syntax highlighter.") + (home-page "https://hexdocs.pm/makeup_elixir/") + (license license:bsd-2))) + (define-public elixir-makeup-erlang (package (name "elixir-makeup-erlang")