rippled: drop redundant disable-warnings-if-gcc13
This commit is contained in:
parent
9c8cdfde17
commit
42e98887ba
1 changed files with 2 additions and 2 deletions
|
@ -26982,9 +26982,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