[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#66801] [PATCH v3 14/15] gnu: Add elixir-dialyxir.
From: |
Pierre-Henry Fröhring |
Subject: |
[bug#66801] [PATCH v3 14/15] gnu: Add elixir-dialyxir. |
Date: |
Fri, 8 Dec 2023 16:03:29 +0100 |
From: Pierre-Henry Fröhring <phfrohring@deeplinks.com>
* gnu/packages/elixir-xyz.scm (elixir-dialyxir): New variable.
Change-Id: I387062e0aaaded448022aa7534b95859b5979a06
---
gnu/packages/elixir-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/elixir-xyz.scm b/gnu/packages/elixir-xyz.scm
index 08107934a..70b752bc3 100644
--- a/gnu/packages/elixir-xyz.scm
+++ b/gnu/packages/elixir-xyz.scm
@@ -259,6 +259,27 @@ (define-public elixir-erlex
(home-page "https://hexdocs.pm/erlex/")
(license license:asl2.0)))
+(define-public elixir-dialyxir
+ (package
+ (name "elixir-dialyxir")
+ (version "1.4.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hexpm-uri name version))
+ (sha256
+ (base32 "00cqwhd1wabwds44jz94rvvr8z8cp12884d3lp69fqkrszb9bdw4"))))
+ (build-system mix-build-system)
+ (arguments
+ (list
+ #:tests? #f))
+ (propagated-inputs (list elixir-erlex))
+ (synopsis "Mix tasks to simplify use of Dialyzer")
+ (description
+ "Mix Tasks are usable from the directory of the mix project you want to
analyze.")
+ (home-page "https://hexdocs.pm/dialyxir/")
+ (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
--
2.41.0
- [bug#66801] [PATCH v3 09/15] gnu: Add elixir-inch-ex., (continued)
- [bug#66801] [PATCH v3 09/15] gnu: Add elixir-inch-ex., Pierre-Henry Fröhring, 2023/12/08
- [bug#66801] [PATCH v3 05/15] gnu: Add elixir-makeup., Pierre-Henry Fröhring, 2023/12/08
- [bug#66801] [PATCH v3 10/15] gnu: Add elixir-castore., Pierre-Henry Fröhring, 2023/12/08
- [bug#66801] [PATCH v3 11/15] gnu: Add elixir-excoveralls., Pierre-Henry Fröhring, 2023/12/08
- [bug#66801] [PATCH v3 13/15] gnu: Add elixir-erlex., Pierre-Henry Fröhring, 2023/12/08
- [bug#66801] [PATCH v3 14/15] gnu: Add elixir-dialyxir.,
Pierre-Henry Fröhring <=
- [bug#66801] [PATCH v3 15/15] gnu: Add elixir-machete., Pierre-Henry Fröhring, 2023/12/08