fix build

This commit is contained in:
guochao 2024-05-29 19:20:37 +08:00
parent a4c5009947
commit e039c8cde0
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{ rustPlatform, lib, callPackage, project-config ? callPackage ./project-config.nix { }, ... }: rustPlatform.buildRustPackage {
pname = "hello";
pname = "chat-signaling-server";
version = "1.0.0";
nativeBuildInputs = project-config.buildTools;

View File

@ -12,7 +12,7 @@
, extra-tools ? callPackage ./extra-tools.nix
, ...
}: {
buildTools = [ pkg-config ];
buildTools = [ pkg-config protobuf ];
libraries = [ sqlite ];
developmentTools = [
# bpf-linker
@ -33,7 +33,6 @@
# perseus-cli
# trunk
# wasm-bindgen-cli
protobuf
rustfmt
# extra-tools.kopium