Fix redbug build error with Erlang/OTP ≥ 25

This commit is contained in:
Erlend Hamberg 2022-08-24 14:41:30 +02:00
parent f7124f257e
commit 682e6b0f9e
No known key found for this signature in database
GPG key ID: 839A1C97961D54B3

View file

@ -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