fix(nix): add protobuf for spqr

This commit is contained in:
teq
2026-03-23 03:00:23 +00:00
committed by Tangled
parent 282f08f207
commit d37f38e496
+2
View File
@@ -3,6 +3,7 @@
rustPlatform,
pkg-config,
openssl,
protobuf,
}: let
toml = (lib.importTOML ./Cargo.toml).workspace.package;
in rustPlatform.buildRustPackage {
@@ -24,6 +25,7 @@ in rustPlatform.buildRustPackage {
nativeBuildInputs = [
pkg-config
protobuf
];
buildInputs = [