From 540f3fdcd7e87921f47630fc189c21e254b57dbd Mon Sep 17 00:00:00 2001 From: a-kenji Date: Fri, 3 Nov 2023 08:11:13 +0100 Subject: [PATCH] build: add newly added build dependency --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 6b2c2e8..4258a13 100644 --- a/flake.nix +++ b/flake.nix @@ -39,6 +39,7 @@ pkg-config, protobuf, openssl, + perl, rust-bin, patchPlugins ? true, }: let @@ -61,6 +62,7 @@ nativeBuildInputs = [ pkg-config protobuf + perl ]; buildInputs = [