~ruther/guix-local

5c82d0dae260b51ab2296859be6601afeb7afced — Giacomo Leidi 6 months ago 30a5382
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>
1 files changed, 18 insertions(+), 0 deletions(-)

M gnu/packages/elixir-markup.scm
M gnu/packages/elixir-markup.scm => gnu/packages/elixir-markup.scm +18 -0
@@ 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")