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
gcc
imagemagick
protobuf
rust-analyzer
rustc
rustfmt

View file

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