[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54796] [PATCH v3 19/22] gnu: Add rebar3-raw-deps.
From: |
Hartmut Goebel |
Subject: |
[bug#54796] [PATCH v3 19/22] gnu: Add rebar3-raw-deps. |
Date: |
Fri, 8 Apr 2022 19:03:52 +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 35681e9a73..8bd7ba3739 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -625,3 +625,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 adds support for \"raw\" dependencies to
+rebar3.")
+ (license license:expat)))
--
2.30.2
- [bug#54796] [PATCH v3 22/22] build-system: Add 'rebar3-build-system'., (continued)
[bug#54796] [PATCH v3 05/22] gnu: Add erlang-cth-readable., Hartmut Goebel, 2022/04/08
[bug#54796] [PATCH v3 10/22] gnu: Add erlang-parse-trans., Hartmut Goebel, 2022/04/08
[bug#54796] [PATCH v3 12/22] gnu: Add erlang-ssl-verify-fun., Hartmut Goebel, 2022/04/08
[bug#54796] [PATCH v3 18/22] gnu: Add rebar3., Hartmut Goebel, 2022/04/08
[bug#54796] [PATCH v3 15/22] gnu: Add erlang-jsone., Hartmut Goebel, 2022/04/08
[bug#54796] [PATCH v3 19/22] gnu: Add rebar3-raw-deps.,
Hartmut Goebel <=
[bug#54796] [PATCH v3 01/22] import: Add hex.pm importer., Hartmut Goebel, 2022/04/08
- [bug#54796] [PATCH v3 01/22] import: Add hex.pm importer., Maxime Devos, 2022/04/09
- [bug#54796] [PATCH v3 01/22] import: Add hex.pm importer., Maxime Devos, 2022/04/09
- [bug#54796] [PATCH v3 01/22] import: Add hex.pm importer., Maxime Devos, 2022/04/09
- [bug#54796] [PATCH v3 01/22] import: Add hex.pm importer., Maxime Devos, 2022/04/09
- [bug#54796] [PATCH v3 01/22] import: Add hex.pm importer., Maxime Devos, 2022/04/09