Remove protobuf, no longer needed

This commit is contained in:
asonix 2023-12-05 12:52:42 -06:00
parent 72cb17dcdb
commit 253867a0b5
2 changed files with 0 additions and 5 deletions

View File

@ -37,7 +37,6 @@
garage garage
gcc gcc
imagemagick imagemagick
protobuf
rust-analyzer rust-analyzer
rustc rustc
rustfmt rustfmt

View File

@ -4,7 +4,6 @@
, lib , lib
, makeWrapper , makeWrapper
, nixosTests , nixosTests
, protobuf
, rustPlatform , rustPlatform
, Security , Security
, stdenv , stdenv
@ -19,9 +18,6 @@ rustPlatform.buildRustPackage {
lockFile = ./Cargo.lock; lockFile = ./Cargo.lock;
}; };
PROTOC = "${protobuf}/bin/protoc";
PROTOC_INCLUDE = "${protobuf}/include";
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];
buildInputs = lib.optionals stdenv.isDarwin [ Security ]; buildInputs = lib.optionals stdenv.isDarwin [ Security ];