Files
erlang-automeck/PATCH01-remove-dependency-from-rebar.config-file.patch

9 lines
283 B
Diff

--- rebar.config 2013-04-26 10:36:24.423500058 +0200
+++ rebar.config.patched 2013-04-26 10:40:34.303497675 +0200
@@ -1,3 +1,4 @@
{erl_opts, [debug_info, warnings_as_errors]}.
-{deps, [{meck, ".*", {git, "git://github.com/eproxus/meck.git", {branch, "master"}}}]}.
+{deps, [
+]}.