From 253867a0b54ecd073f7c0c2c172998fd8e9c86e8 Mon Sep 17 00:00:00 2001 From: asonix Date: Tue, 5 Dec 2023 12:52:42 -0600 Subject: [PATCH] Remove protobuf, no longer needed --- flake.nix | 1 - pict-rs.nix | 4 ---- 2 files changed, 5 deletions(-) diff --git a/flake.nix b/flake.nix index 8538a2d4..8686391a 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,6 @@ garage gcc imagemagick - protobuf rust-analyzer rustc rustfmt diff --git a/pict-rs.nix b/pict-rs.nix index 389b404a..8d3c96f5 100644 --- a/pict-rs.nix +++ b/pict-rs.nix @@ -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 ];