~ruther/guix-local

cfaa90f8e27aacbb0f04f8f7668e47124ebfcb4d — Giacomo Leidi 7 months ago b9afc8a
gnu: Add elixir-beam-file.

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

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

M gnu/packages/elixir-xyz.scm
M gnu/packages/elixir-xyz.scm => gnu/packages/elixir-xyz.scm +19 -0
@@ 207,6 207,25 @@ that writes and updates tests for you.")
    (home-page "https://hexdocs.pm/assert_value/")
    (license license:expat)))

(define-public elixir-beam-file
  (package
    (name "elixir-beam-file")
    (version "0.6.2")
    (source
     (origin
       (method url-fetch)
       (uri (hexpm-uri "beam_file" version))
       (sha256
        (base32 "0mlwrh5sxvz36qqqwbyhqz9xyx93c3bv04vjmpf4wrxdba79xa89"))))
    (build-system mix-build-system)
    (native-inputs
     (list elixir-excoveralls elixir-recode))
    (synopsis "Interface to the BEAM file format and a decompiler")
    (description "This package implements an interface to the BEAM file format
and a decompiler.")
    (home-page "https://hexdocs.pm/beam_file/")
    (license license:expat)))

(define-public elixir-brex-result
  (package
    (name "elixir-brex-result")