[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/18: gnu: Add elixir-machete.
From: |
guix-commits |
Subject: |
17/18: gnu: Add elixir-machete. |
Date: |
Sun, 17 Dec 2023 18:20:50 -0500 (EST) |
lilyp pushed a commit to branch master
in repository guix.
commit 9002b04e13188d4eac2f7d614f7cda51d8baea76
Author: Pierre-Henry Fröhring <phfrohring@deeplinks.com>
AuthorDate: Sun Dec 10 14:04:08 2023 +0100
gnu: Add elixir-machete.
* gnu/packages/elixir-xyz.scm (elixir-machete): New variable.
Change-Id: I76e0fd78aeeaeaa94a297032b3b309846510c975
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 5a7330ca45..5af8d7c1b4 100644
--- a/gnu/packages/elixir-xyz.scm
+++ b/gnu/packages/elixir-xyz.scm
@@ -267,6 +267,26 @@ things like Dialyzer errors and Observer.")
(home-page "https://hexdocs.pm/dialyxir/")
(license license:asl2.0)))
+(define-public elixir-machete
+ (package
+ (name "elixir-machete")
+ (version "0.2.8")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hexpm-uri name version))
+ (sha256
+ (base32 "0952603bmqsf6v3ja99zpbnbx5d52i4xksjkfj3irl45ccq5pgq9"))))
+ (build-system mix-build-system)
+ (native-inputs (list elixir-credo elixir-dialyxir))
+ (synopsis "Literate test matchers for ExUnit")
+ (description
+ "Machete provides ergonomic match operators that act as building blocks
to let
+you define test expectations that can match data against any combination of
+literals, variables, or parametrically defined matchers.")
+ (home-page "https://hexdocs.pm/machete/")
+ (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
- 10/18: gnu: Add elixir-bunt., (continued)
- 10/18: gnu: Add elixir-bunt., guix-commits, 2023/12/17
- 11/18: gnu: Add elixir-inch-ex., guix-commits, 2023/12/17
- 16/18: gnu: Add elixir-dialyxir., guix-commits, 2023/12/17
- 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 <=
- 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, 2023/12/17