mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Fix redbug build error with Erlang/OTP ≥ 25
This commit is contained in:
parent
f7124f257e
commit
682e6b0f9e
@ -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 New Issue
Block a user