mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
30a5382291
commit
5c82d0dae2
1 changed files with 18 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue