mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 22:36:22 +01:00
gnu: Add erlang-rebar3-raw-deps.
* gnu/packages/erlang.scm (erlang-rebar3-raw-deps): New variable.
This commit is contained in:
parent
d37baa4bcf
commit
7f039171e9
1 changed files with 17 additions and 0 deletions
|
@ -511,6 +511,23 @@ testing of stateful systems.")
|
||||||
(description "This package provides an Erlang providers library.")
|
(description "This package provides an Erlang providers library.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public erlang-rebar3-raw-deps
|
||||||
|
(package
|
||||||
|
(name "erlang-rebar3-raw-deps")
|
||||||
|
(version "2.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method hexpm-fetch)
|
||||||
|
(uri (hexpm-uri "rebar3_raw_deps" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1w8whb86yl2mpv67biqnwaam8xpm4pq8yyidifzj1svjyd37hxv7"))))
|
||||||
|
(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)))
|
||||||
|
|
||||||
(define-public erlang-relx
|
(define-public erlang-relx
|
||||||
(package
|
(package
|
||||||
(name "erlang-relx")
|
(name "erlang-relx")
|
||||||
|
|
Loading…
Add table
Reference in a new issue