~ruther/guix-local

6150670ab6c3283a1164854eadc62ec1072ecd73 — Giacomo Leidi 7 months ago acaa067
gnu: Add elixir-spitfire.

* gnu/packages/elixir-xyz.scm (elixir-spitfire): New variable.

Change-Id: Ia1751357b4aee4db9979dcfa662e21e1ce24bbe3
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 17 insertions(+), 0 deletions(-)

M gnu/packages/elixir-xyz.scm
M gnu/packages/elixir-xyz.scm => gnu/packages/elixir-xyz.scm +17 -0
@@ 702,6 702,23 @@ implementing utilities to work with Elixir source code.")
    (home-page "https://hexdocs.pm/sourceror/")
    (license license:asl2.0)))

(define-public elixir-spitfire
  (package
    (name "elixir-spitfire")
    (version "0.2.1")
    (source
     (origin
       (method url-fetch)
       (uri (hexpm-uri "spitfire" version))
       (sha256
        (base32 "06yr860zhzxmzmljdpjq4c4n81951axl2kc1w6r430x3ai8dgvkf"))))
    (build-system mix-build-system)
    (synopsis "Error resilient parser for Elixir")
    (description "This package provides @code{spitfire}, an error resilient
parser for Elixir.")
    (home-page "https://hexdocs.pm/spitfire/")
    (license license:expat)))

;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar