about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/interpreters/lfe/no-test-deps.patch
blob: 8c3faf1ff402d2e7057cb157602120b1818a180f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/rebar.config b/rebar.config
index 1d5a68e..ca33be7 100644
--- a/rebar.config
+++ b/rebar.config
@@ -2,7 +2,7 @@
 
 {erl_opts, [debug_info]}.
 
-{profiles, [{test, [{deps, [proper]}]}]}.
+%% {profiles, [{test, [{deps, [proper]}]}]}.
 
 {pre_hooks, [{"(linux|darwin|solaris|freebsd|netbsd|openbsd)", ct,
               "bin/lfe bin/lfec"