lighthouse: remove unused check input "libpq"
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
, nix-update-script
|
||||
, openssl
|
||||
, pkg-config
|
||||
, libpq
|
||||
, protobuf
|
||||
, rustPlatform
|
||||
, rust-jemalloc-sys
|
||||
@@ -119,10 +118,6 @@ rustPlatform.buildRustPackage rec {
|
||||
"--skip subnet_service::tests::sync_committee_service::subscribe_and_unsubscribe"
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
libpq
|
||||
];
|
||||
|
||||
passthru = {
|
||||
tests.version = testers.testVersion {
|
||||
package = lighthouse;
|
||||
|
||||
Reference in New Issue
Block a user