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>
This commit is contained in:
Giacomo Leidi 2025-09-15 23:42:44 +02:00 committed by Ludovic Courtès
parent 30a5382291
commit 5c82d0dae2
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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")