mirror of
https://tangled.org/tranquil.farm/tranquil-pds
synced 2026-07-27 15:42:37 +00:00
fix(nix): add protobuf for spqr
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user