python3Packages.pyarrow: enable flight module

This commit is contained in:
Phillip Cloud
2021-11-28 09:30:24 -05:00
parent 442468f4ad
commit da8dfd5128
2 changed files with 8 additions and 0 deletions

View File

@@ -238,4 +238,7 @@ stdenv.mkDerivation rec {
platforms = platforms.unix;
maintainers = with maintainers; [ tobim veprbl cpcloud ];
};
passthru = {
inherit enableFlight enableJemalloc enableS3 enableGcs;
};
}