[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/23: gnu: Add erlang-rebar3-proper.
From: |
guix-commits |
Subject: |
22/23: gnu: Add erlang-rebar3-proper. |
Date: |
Thu, 7 Oct 2021 16:53:25 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit fd4a80a46c535e7911559fe0d03ad3855457927e
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Jul 3 19:03:51 2020 +0200
gnu: Add erlang-rebar3-proper.
* 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 9255ede..b9c7424 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -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")
- 11/23: gnu: Add erlang-providers., (continued)
- 11/23: gnu: Add erlang-providers., guix-commits, 2021/10/07
- 12/23: gnu: Add erlang-parse-trans., guix-commits, 2021/10/07
- 14/23: gnu: Add erlang-ssl-verify-fun., guix-commits, 2021/10/07
- 15/23: gnu: Add erlang-relx., guix-commits, 2021/10/07
- 16/23: gnu: Add rebar3., guix-commits, 2021/10/07
- 17/23: gnu: Add erlang-edown., guix-commits, 2021/10/07
- 18/23: gnu: Add erlang-jsone., guix-commits, 2021/10/07
- 19/23: gnu: Add erlang-proper., guix-commits, 2021/10/07
- 23/23: gnu: Add erlang-covertool., guix-commits, 2021/10/07
- 20/23: gnu: Add erlang-rebar3-raw-deps., guix-commits, 2021/10/07
- 22/23: gnu: Add erlang-rebar3-proper.,
guix-commits <=
- 21/23: gnu: Add erlang-rebar3-git-vsn., guix-commits, 2021/10/07