rebar3: restore bootstrapper attribute

partially reverts 8de4654d4b10
This commit is contained in:
Yorick van Pelt 2020-01-29 20:17:27 +01:00
parent 944236a0f1
commit e8889fe676
No known key found for this signature in database
GPG Key ID: A36E70F9DC014A15

View File

@ -78,6 +78,8 @@ stdenv.mkDerivation rec {
sha256 = "0936ix7lfwsamssap58b265zid7x2m97azrr2qpjcln3xysd16lg";
};
bootstrapper = ./rebar3-nix-bootstrap;
buildInputs = [ erlang tree ];
postPatch = ''