arrow-cpp: fix static and cross

Before this change it was running into:
```
error: infinite recursion encountered
at /home/tobim/n/nixpkgs/pkgs/stdenv/generic/make-derivation.nix:82:22:
    81|       # An infinite recursion here can be caused by having the attribute names of expression `e` in `.overrideAttrs(finalAttrs: previousAttrs: e)` depend on `finalAttrs`. Only the attribute values of `e` can depend on `finalAttrs`.
    82|       args = rattrs (args // { inherit finalPackage overrideAttrs; });
```
This commit is contained in:
Tobias Mayer
2026-02-28 10:18:39 +01:00
parent 98a2da3d6b
commit 857c9c3149
-2
View File
@@ -134,8 +134,6 @@ stdenv.mkDerivation (finalAttrs: {
# apache-orc looks for things in caps
LZ4_ROOT = lz4;
ZSTD_ROOT = zstd.dev;
}
// lib.optionalAttrs finalAttrs.doInstallCheck {
ARROW_TEST_DATA = "${arrow-testing}/data";
PARQUET_TEST_DATA = "${parquet-testing}/data";
GTEST_FILTER =