Merge pull request #292907 from trofi/rippled-drop-redundant-disable-warnings-if-gcc13
rippled: drop redundant `disable-warnings-if-gcc13`
This commit is contained in:
commit
c9e47e2a4a
1 changed files with 2 additions and 2 deletions
|
@ -26967,9 +26967,9 @@ with pkgs;
|
|||
protobuf = protobuf_21;
|
||||
};
|
||||
|
||||
rippled = disable-warnings-if-gcc13 (callPackage ../servers/rippled {
|
||||
rippled = callPackage ../servers/rippled {
|
||||
boost = boost177;
|
||||
});
|
||||
};
|
||||
|
||||
rippled-validator-keys-tool = callPackage ../servers/rippled/validator-keys-tool.nix { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue