guix_mirror_bot pushed a commit to branch master
in repository guix.
commit cfaa90f8e27aacbb0f04f8f7668e47124ebfcb4d
Author: Giacomo Leidi <[email protected]>
AuthorDate: Mon Sep 15 14:28:18 2025 +0200
gnu: Add elixir-beam-file.
* gnu/packages/elixir-xyz.scm (elixir-beam-file): New variable.
Change-Id: I0d573a27ff7c24764ce7ddd8a556e059c5b8cbfe
Signed-off-by: Ludovic Courtès <[email protected]>
---
gnu/packages/elixir-xyz.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/elixir-xyz.scm b/gnu/packages/elixir-xyz.scm
index dad94cd78f..da2b275e8d 100644
--- a/gnu/packages/elixir-xyz.scm
+++ b/gnu/packages/elixir-xyz.scm
@@ -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")