mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
solana: unset verifyCargoDeps
This commit is contained in:
parent
5f0f7b822b
commit
ac9053b020
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user