lighthouse: remove unused check input "libpq"

This commit is contained in:
Wolfgang Walther
2025-03-14 19:03:03 +01:00
parent 7d7f86a08e
commit 2820972779
@@ -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;