forked from Lainports/opnsense-ports
14 lines
403 B
Text
14 lines
403 B
Text
--- rebar.config.script.orig 2016-12-22 20:31:28 UTC
|
|
+++ rebar.config.script
|
|
@@ -1,11 +1,6 @@
|
|
IsRebar3 = erlang:function_exported(rebar3, main, 1),
|
|
|
|
Rebar2Deps = [
|
|
- {jsx, ".*", {git, "https://github.com/talentdeficit/jsx.git",
|
|
- {tag,"2.8.0"}}},
|
|
-
|
|
- {hackney, ".*", {git, "https://github.com/benoitc/hackney.git",
|
|
- {tag, "1.6.4"}}}
|
|
],
|
|
|
|
case IsRebar3 of
|