about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-06-05 14:33:17 -0400
committerfigsoda <figsoda@pm.me>2023-06-05 14:33:17 -0400
commitac9053b0205e9085991b7cfcdc40637c35d262e7 (patch)
tree52bf65737cfbd374607717453b9f45b8baf2a376
parent5f0f7b822b037406d16498e23edee0d785a73d77 (diff)
solana: unset verifyCargoDeps
-rw-r--r--pkgs/applications/blockchains/solana/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/blockchains/solana/default.nix b/pkgs/applications/blockchains/solana/default.nix
index b21e945b1aedf..698bc697d6975 100644
--- a/pkgs/applications/blockchains/solana/default.nix
+++ b/pkgs/applications/blockchains/solana/default.nix
@@ -60,7 +60,6 @@ rustPlatform.buildRustPackage rec {
   };
 
   strictDeps = true;
-  verifyCargoDeps = true;
   cargoBuildFlags = builtins.map (n: "--bin=${n}") solanaPkgs;
 
   # Even tho the tests work, a shit ton of them try to connect to a local RPC