me
/
guix
Archived
1
0
Fork 0

gnu: Add erlang-rebar3-proper.

* gnu/packages/erlang.scm (erlang-rebar3-proper): New variable.
master
Hartmut Goebel 2020-07-03 19:03:51 +02:00
parent 0402da848b
commit fd4a80a46c
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 17 additions and 0 deletions

View File

@ -543,6 +543,23 @@ testing of stateful systems.")
a git checkout.")
(license license:expat)))
(define-public erlang-rebar3-proper
(package
(name "erlang-rebar3-proper")
(version "0.12.1")
(source
(origin
(method hexpm-fetch)
(uri (hexpm-uri "rebar3_proper" version))
(sha256
(base32 "0j3a9byxbdrfinynq2xdz5mz7s4vpdlsmv7lln80lpqxswnafpfv"))))
(build-system rebar3-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)))
(define-public erlang-rebar3-raw-deps
(package
(name "erlang-rebar3-raw-deps")