mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Add rebar3-proper.
* gnu/packages/erlang.scm (rebar3-proper): New variable.
This commit is contained in:
parent
ffc18b87f9
commit
9cccf6490d
1 changed files with 17 additions and 0 deletions
|
@ -679,3 +679,20 @@ (define-public rebar3-git-vsn
|
||||||
(description "This plugin adds support for generating the version from
|
(description "This plugin adds support for generating the version from
|
||||||
a git checkout.")
|
a git checkout.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rebar3-proper
|
||||||
|
(package
|
||||||
|
(name "rebar3-proper")
|
||||||
|
(version "0.12.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (hexpm-uri "rebar3_proper" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1f174fb6h2071wr7qbw9aqqvnglzsjlylmyi8215fhrmi38w94b6"))))
|
||||||
|
(build-system rebar-build-system)
|
||||||
|
(home-page "https://github.com/ferd/rebar3_proper")
|
||||||
|
(synopsis "Rebar3 PropEr plugin")
|
||||||
|
(description "This plugin allows running PropEr test suites from within
|
||||||
|
rebar3.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
Loading…
Reference in a new issue