summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorGiacomo Leidi <goodoldpaul@autistici.org>2025-09-15 23:42:44 +0200
committerLudovic Courtès <ludo@gnu.org>2025-09-30 08:43:37 +0200
commit5c82d0dae260b51ab2296859be6601afeb7afced (patch)
tree6615d2ba1cf76c649e268450ea69b2cf65224d3a /gnu/packages
parent30a53822911154933c92a4b3e211b7d98c0de230 (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>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/elixir-markup.scm18
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
91 (home-page "https://hexdocs.pm/floki/") 91 (home-page "https://hexdocs.pm/floki/")
92 (license license:expat))) 92 (license license:expat)))
93 93
94(define-public elixir-makeup-c
95 (package
96 (name "elixir-makeup-c")
97 (version "0.1.1")
98 (source
99 (origin
100 (method url-fetch)
101 (uri (hexpm-uri "makeup_c" version))
102 (sha256
103 (base32 "0s98gwsvi88mxf3wjsi05l7dgkw4gzbihzlsq5ad68i86x2wzsc9"))))
104 (build-system mix-build-system)
105 (propagated-inputs (list elixir-makeup))
106 (synopsis "C lexer for the Makeup syntax highlighter")
107 (description "This package provides @code{elixir-makeup-c}, a library
108implementing a C lexer for the Makeup syntax highlighter.")
109 (home-page "https://hexdocs.pm/makeup_c/")
110 (license license:bsd-2)))
111
94(define-public elixir-makeup-erlang 112(define-public elixir-makeup-erlang
95 (package 113 (package
96 (name "elixir-makeup-erlang") 114 (name "elixir-makeup-erlang")