Commit 857c9c31 authored by Tobias Mayer's avatar Tobias Mayer
Browse files

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; });
```
parent 98a2da3d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 =