[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/23: gnu: Add rebar3-proper.
From: |
guix-commits |
Subject: |
23/23: gnu: Add rebar3-proper. |
Date: |
Wed, 15 Jun 2022 05:05:35 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit 9cccf6490d98bd40ea1eb9e84ecf4a2b32614107
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Jul 3 19:03:51 2020 +0200
gnu: Add rebar3-proper.
* gnu/packages/erlang.scm (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 5b93902f61..53b58aec60 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -679,3 +679,20 @@ applications as a dependent libraries.")
(description "This plugin adds support for generating the version from
a git checkout.")
(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)))
- branch master updated (8a04ac4b2f -> 9cccf6490d), guix-commits, 2022/06/15
- 04/23: gnu: Add erlang-cf., guix-commits, 2022/06/15
- 07/23: gnu: Add erlang-cth-readable., guix-commits, 2022/06/15
- 17/23: gnu: Add erlang-jsone., guix-commits, 2022/06/15
- 03/23: import: Add hex.pm importer., guix-commits, 2022/06/15
- 13/23: gnu: Add erlang-hex-core., guix-commits, 2022/06/15
- 23/23: gnu: Add rebar3-proper.,
guix-commits <=
- 22/23: gnu: Add rebar3-git-vsn., guix-commits, 2022/06/15
- 20/23: gnu: Add rebar3., guix-commits, 2022/06/15
- 15/23: gnu: Add erlang-relx., guix-commits, 2022/06/15
- 11/23: gnu: Add erlang-providers., guix-commits, 2022/06/15
- 02/23: build-system: Add 'rebar-build-system'., guix-commits, 2022/06/15
- 01/23: Revert "Add (guix extracting-download).", guix-commits, 2022/06/15
- 05/23: gnu: Add erlang-certifi., guix-commits, 2022/06/15
- 06/23: gnu: Add erlang-erlware-commons., guix-commits, 2022/06/15
- 09/23: gnu: Add erlang-getopt., guix-commits, 2022/06/15
- 18/23: gnu: Add erlang-proper., guix-commits, 2022/06/15