fix build
This commit is contained in:
parent
a4c5009947
commit
e039c8cde0
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user