Add patch which makes rebar compilation hermetic

This commit is contained in:
Gleb Peregud
2015-12-15 14:05:51 +01:00
parent 4ba1a51b7f
commit 108f3cf67f
2 changed files with 80 additions and 0 deletions
@@ -17,6 +17,8 @@ stdenv.mkDerivation {
sha256 = "0px66scjdia9aaa5z36qzxb848r56m0k98g0bxw065a2narsh4xy";
};
patches = [ ./hermetic-bootstrap.patch ];
buildInputs = [ erlang ];
inherit setupRegistry;