Merge pull request #188182 from ehamberg/fix-redbug-on-opt-25

Fix erlang-ls build error with Erlang/OTP ≥ 25
This commit is contained in:
superherointj
2022-08-25 21:08:54 -03:00
committed by GitHub
@@ -11,6 +11,11 @@ let
proper = super.proper.overrideAttrs (_: {
configurePhase = "true";
});
redbug = super.redbug.overrideAttrs (_: {
patchPhase = ''
substituteInPlace rebar.config --replace ", warnings_as_errors" ""
'';
});
});
};
in