3
0
Fork 0
forked from mirrors/nixpkgs

rebar3: restore bootstrapper attribute

partially reverts 8de4654d4b
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 = ''