diff options
Diffstat (limited to 'databases/erlang-couchbeam/files/patch-rebar.config.script')
-rw-r--r-- | databases/erlang-couchbeam/files/patch-rebar.config.script | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/erlang-couchbeam/files/patch-rebar.config.script b/databases/erlang-couchbeam/files/patch-rebar.config.script deleted file mode 100644 index 94c75b9cd7f5..000000000000 --- a/databases/erlang-couchbeam/files/patch-rebar.config.script +++ /dev/null @@ -1,14 +0,0 @@ ---- 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 |