Skip to content

Commit b1da36d

Browse files
authored
Solana-cli: fix 25.11 build failure (#492768)
2 parents 7c41866 + 961efef commit b1da36d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/by-name/so/solana-cli/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ rustPlatform.buildRustPackage rec {
5454

5555
strictDeps = true;
5656
cargoBuildFlags = map (n: "--bin=${n}") solanaPkgs;
57-
RUSTFLAGS = "-Amismatched_lifetime_syntaxes -Adead_code";
57+
RUSTFLAGS = "-Amismatched_lifetime_syntaxes -Adead_code -Aunused_parens";
5858
LIBCLANG_PATH = "${libclang.lib}/lib";
5959

6060
# Even tho the tests work, a shit ton of them try to connect to a local RPC

0 commit comments

Comments
 (0)