bear: reformat, fix build failure (#348399)

This commit is contained in:
Aleksana
2024-10-14 15:54:53 +08:00
committed by GitHub
@@ -1,21 +1,23 @@
{ lib, stdenv
, fetchFromGitHub
, cmake
, ninja
, pkg-config
, grpc
, protobuf
, openssl
, nlohmann_json
, gtest
, spdlog
, c-ares
, zlib
, sqlite
, re2
, lit
, python3
, coreutils
{
lib,
stdenv,
fetchFromGitHub,
cmake,
ninja,
pkg-config,
grpc,
protobuf_25,
openssl,
nlohmann_json,
gtest,
spdlog,
c-ares,
zlib,
sqlite,
re2,
lit,
python3,
coreutils,
}:
stdenv.mkDerivation rec {
@@ -41,7 +43,7 @@ stdenv.mkDerivation rec {
buildInputs = [
grpc
protobuf
protobuf_25
openssl
nlohmann_json
gtest