16 lines
374 B
Plaintext
16 lines
374 B
Plaintext
$NetBSD: patch-rebar.config,v 1.2 2016/08/12 09:22:34 fhajny Exp $
|
|
|
|
Deps are handled by pkgsrc.
|
|
|
|
--- rebar.config.orig 2016-01-23 16:33:49.000000000 +0000
|
|
+++ rebar.config
|
|
@@ -22,8 +22,6 @@
|
|
|
|
{erl_opts, [debug_info]}.
|
|
|
|
-{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.5"}}}]}.
|
|
-
|
|
{cover_enabled, true}.
|
|
{cover_export_enabled, true}.
|
|
|