[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/18: gnu: Add elixir-erlex.
From: |
guix-commits |
Subject: |
15/18: gnu: Add elixir-erlex. |
Date: |
Sun, 17 Dec 2023 18:20:48 -0500 (EST) |
lilyp pushed a commit to branch master
in repository guix.
commit 43a74143ea9f78a4a660eb7d0f382852735875f3
Author: Pierre-Henry Fröhring <phfrohring@deeplinks.com>
AuthorDate: Sun Dec 10 14:04:06 2023 +0100
gnu: Add elixir-erlex.
* gnu/packages/elixir-xyz.scm (elixir-erlex): New variable.
Change-Id: Ia518ad5fd32d3f5942b20113e61e4ef7e7895ff3
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
gnu/packages/elixir-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/elixir-xyz.scm b/gnu/packages/elixir-xyz.scm
index 8485355e48..df43284301 100644
--- a/gnu/packages/elixir-xyz.scm
+++ b/gnu/packages/elixir-xyz.scm
@@ -228,6 +228,26 @@ desired coding style.")
(home-page "https://hexdocs.pm/credo/")
(license license:expat)))
+(define-public elixir-erlex
+ (package
+ (name "elixir-erlex")
+ (version "0.2.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hexpm-uri name version))
+ (sha256
+ (base32 "0x8c1j62y748ldvlh46sxzv5514rpzm809vxn594vd7y25by5lif"))))
+ (build-system mix-build-system)
+ (arguments (list #:tests? #f)) ; no tests
+ (synopsis
+ "Convert Erlang style structs and error messages to equivalent Elixir")
+ (description
+ "Converted structs and error messages are useful for pretty printing
+things like Dialyzer errors and Observer.")
+ (home-page "https://hexdocs.pm/erlex/")
+ (license license:asl2.0)))
+
;;;
;;; 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
- 02/18: gnu: python-renpy: Update to 8.1.3., (continued)
- 02/18: gnu: python-renpy: Update to 8.1.3., guix-commits, 2023/12/17
- 04/18: gnu: elixir: Wrap binaries., guix-commits, 2023/12/17
- 01/18: gnu: python-pygame-sdl2: Update to 2.1.0+renpy8.1.3., guix-commits, 2023/12/17
- 05/18: gnu: Add elixir-hex., guix-commits, 2023/12/17
- 14/18: gnu: Add elixir-credo., guix-commits, 2023/12/17
- 18/18: gnu: emacs-embark: Update to 1.0, guix-commits, 2023/12/17
- 06/18: gnu: Add elixir-nimble-parsec., guix-commits, 2023/12/17
- 17/18: gnu: Add elixir-machete., guix-commits, 2023/12/17
- 12/18: gnu: Add elixir-castore., guix-commits, 2023/12/17
- 13/18: gnu: Add elixir-excoveralls., guix-commits, 2023/12/17
- 15/18: gnu: Add elixir-erlex.,
guix-commits <=