solana-validator: unset verifyCargoDeps, remove unused parameters

This commit is contained in:
figsoda 2023-06-05 14:33:55 -04:00
parent ac9053b020
commit 25762896dc
2 changed files with 1 additions and 9 deletions

View file

@ -4,15 +4,10 @@
, fetchFromGitHub
, lib
, rustPlatform
, IOKit
, Security
, AppKit
, pkg-config
, udev
, zlib
, protobuf
, clang
, llvm
, openssl
, libclang
, rustfmt
@ -63,7 +58,6 @@ rustPlatform.buildRustPackage rec {
# partly inspired by https://github.com/obsidiansystems/solana-bridges/blob/develop/default.nix#L29
inherit cargoSha256;
verifyCargoDeps = true;
cargoBuildFlags = builtins.map (n: "--bin=${n}") solanaPkgs;

View file

@ -36050,9 +36050,7 @@ with pkgs;
solana-cli = callPackage ../applications/blockchains/solana { };
solana-validator = callPackage ../applications/blockchains/solana-validator {
inherit (darwin.apple_sdk.frameworks) IOKit Security AppKit;
};
solana-validator = callPackage ../applications/blockchains/solana-validator { };
snarkos = callPackage ../applications/blockchains/snarkos {
inherit (darwin.apple_sdk.frameworks) Security;