[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51061] [PATCH v2 22/23] gnu: Add erlang-rebar3-proper.
From: |
Hartmut Goebel |
Subject: |
[bug#51061] [PATCH v2 22/23] gnu: Add erlang-rebar3-proper. |
Date: |
Wed, 6 Oct 2021 17:20:20 +0200 |
* gnu/packages/erlang.scm (erlang-rebar3-proper): New variable.
---
gnu/packages/erlang.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index 0e8a277970..6a79ee25d3 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -541,6 +541,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")
--
2.30.2
- [bug#51061] [PATCH v2 15/23] gnu: Add erlang-relx., (continued)
- [bug#51061] [PATCH v2 15/23] gnu: Add erlang-relx., Hartmut Goebel, 2021/10/06
- [bug#51061] [PATCH v2 10/23] gnu: Add erlang-eunit-formatters., Hartmut Goebel, 2021/10/06
- [bug#51061] [PATCH v2 17/23] gnu: Add erlang-edown., Hartmut Goebel, 2021/10/06
- [bug#51061] [PATCH v2 20/23] gnu: Add erlang-rebar3-raw-deps., Hartmut Goebel, 2021/10/06
- [bug#51061] [PATCH v2 14/23] gnu: Add erlang-ssl-verify-fun., Hartmut Goebel, 2021/10/06
- [bug#51061] [PATCH v2 11/23] gnu: Add erlang-providers., Hartmut Goebel, 2021/10/06
- [bug#51061] [PATCH v2 13/23] gnu: Add erlang-hex-core., Hartmut Goebel, 2021/10/06
- [bug#51061] [PATCH v2 18/23] gnu: Add erlang-jsone., Hartmut Goebel, 2021/10/06
- [bug#51061] [PATCH v2 19/23] gnu: Add erlang-proper., Hartmut Goebel, 2021/10/06
- [bug#51061] [PATCH v2 16/23] gnu: Add rebar3., Hartmut Goebel, 2021/10/06
- [bug#51061] [PATCH v2 22/23] gnu: Add erlang-rebar3-proper.,
Hartmut Goebel <=
- [bug#42180] [PATCH v2 21/23] gnu: Add erlang-rebar3-git-vsn., Hartmut Goebel, 2021/10/06
- [bug#51061] [PATCH v2 23/23] gnu: Add erlang-covertool., Hartmut Goebel, 2021/10/06
- [bug#42180] bug#51061: [PATCH v2 01/23] guix: Add extracting-download., Ludovic Courtès, 2021/10/07