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
commit db3af3d7fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,11 @@ let
proper = super.proper.overrideAttrs (_: {
configurePhase = "true";
});
redbug = super.redbug.overrideAttrs (_: {
patchPhase = ''
substituteInPlace rebar.config --replace ", warnings_as_errors" ""
'';
});
});
};
in