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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user