mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-prove.
* gnu/packages/elixir-xyz.scm (elixir-prove): New variable. Change-Id: Iaf6fe0df6dc84633fe0d5f1c0a24f99570258ed7 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
e5dd14ca27
commit
919d4e949c
1 changed files with 19 additions and 0 deletions
|
@ -445,6 +445,25 @@ applications.")
|
|||
(home-page "https://hexdocs.pm/process_tree/")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public elixir-prove
|
||||
(package
|
||||
(name "elixir-prove")
|
||||
(version "0.1.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "prove" version))
|
||||
(sha256
|
||||
(base32 "1hkw70cbq82jjyyqdiaspi5a9v4m7z625h9z9hym0p1ziml25k2r"))))
|
||||
(build-system mix-build-system)
|
||||
(synopsis
|
||||
"Provides the macros @code{prove} and @code{batch}")
|
||||
(description
|
||||
"This package provides the macros @code{prove} and @code{batch} to write
|
||||
shorter tests.")
|
||||
(home-page "https://hexdocs.pm/prove/")
|
||||
(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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue