[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54796] [PATCH v4 20/22] gnu: Add rebar3-raw-deps.
From: |
Hartmut Goebel |
Subject: |
[bug#54796] [PATCH v4 20/22] gnu: Add rebar3-raw-deps. |
Date: |
Sun, 10 Apr 2022 20:57:18 +0200 |
* gnu/packages/erlang.scm (rebar3-raw-deps): 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 e8f43e7de2..e5331a37a5 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -630,3 +630,20 @@ build configuration work. @code{rebar3} also provides
dependency management,
enabling application writers to easily re-use common libraries from a variety
of locations (git, hg, etc).")
(license license:asl2.0)))
+
+(define-public rebar3-raw-deps
+ (package
+ (name "rebar3-raw-deps")
+ (version "2.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hexpm-uri "rebar3_raw_deps" version))
+ (sha256
+ (base32 "1pzmm3m8gb2s9jn8fp6shzgfmy4mvh2vdci0z6nsm74ma3ffh1i3"))))
+ (build-system rebar3-build-system)
+ (home-page "https://github.com/soranoba/rebar3_raw_deps")
+ (synopsis "Rebar3 plugin for supporting \"raw\" dependencies")
+ (description "This plugin provides support for handling non-OTP
+applications as a dependent libraries.")
+ (license license:expat)))
--
2.30.2
- [bug#54796] [PATCH v4 15/22] gnu: Add erlang-edown., (continued)
- [bug#54796] [PATCH v4 15/22] gnu: Add erlang-edown., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 16/22] gnu: Add erlang-jsone., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 09/22] gnu: Add erlang-eunit-formatters., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 12/22] gnu: Add erlang-hex-core., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 14/22] gnu: Add erlang-relx., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 19/22] gnu: Add rebar3., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 18/22] gnu: Add erlang-covertool., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 21/22] gnu: Add rebar3-git-vsn., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 17/22] gnu: Add erlang-proper., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 20/22] gnu: Add rebar3-raw-deps.,
Hartmut Goebel <=
- [bug#54796] [PATCH v4 22/22] gnu: Add rebar3-proper., Hartmut Goebel, 2022/04/10
- [bug#54796] [PATCH v4 00/22] Add importer for hex.pm and rebar3 build-system for Erlang, Maxime Devos, 2022/04/11
- [bug#54796] [PATCH v3 00/22] Add importer for hex.pm and rebar3 build-system for Erlang, Ludovic Courtès, 2022/04/29