Fix redbug build error with Erlang/OTP ≥ 25
This commit is contained in:
parent
f7124f257e
commit
682e6b0f9e
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ let
|
|||
proper = super.proper.overrideAttrs (_: {
|
||||
configurePhase = "true";
|
||||
});
|
||||
redbug = super.redbug.overrideAttrs (_: {
|
||||
patchPhase = "sed -i 's/, warnings_as_errors//' rebar.config";
|
||||
});
|
||||
});
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue