python3.pkgs.datafusion: add protoc

This commit is contained in:
Phillip Cloud
2024-11-06 07:00:29 -05:00
parent 8b47fb90fe
commit 3bd5960a6c
2 changed files with 3 additions and 0 deletions
@@ -8,6 +8,7 @@
libiconv,
numpy,
protobuf,
protoc,
pyarrow,
Security,
SystemConfiguration,
@@ -55,6 +56,7 @@ buildPythonPackage rec {
nativeBuildInputs = with rustPlatform; [
cargoSetupHook
maturinBuildHook
protoc
];
buildInputs =
+1
View File
@@ -2920,6 +2920,7 @@ self: super: with self; {
datafusion = callPackage ../development/python-modules/datafusion {
inherit (pkgs.darwin.apple_sdk.frameworks) Security SystemConfiguration;
protoc = pkgs.protobuf;
};
datalad = callPackage ../development/python-modules/datalad { };