This commit is contained in:
David
2021-05-18 05:40:58 +09:00
committed by Raphael Megzari
parent ec749d81e5
commit 9f4878daca
3 changed files with 30 additions and 14 deletions
@@ -39,7 +39,7 @@ buildRebar3 {
buildInputs = [ erlang makeWrapper ];
beamDeps = [ proper ];
patches = [ ./no-test-deps.patch ./dedup-ebins.patch ] ++ patches;
patches = [ ./fix-rebar-config.patch ./dedup-ebins.patch ] ++ patches;
doCheck = true;
checkTarget = "travis";