arrow-cpp: fix sandboxed build on darwin
This commit is contained in:
parent
92c45083e5
commit
c5a0962ddd
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ stdenv.mkDerivation rec {
|
|||
preConfigure = ''
|
||||
patchShebangs build-support/
|
||||
substituteInPlace "src/arrow/vendored/datetime/tz.cpp" \
|
||||
--replace "/usr/share/zoneinfo" "${tzdata}/share/zoneinfo"
|
||||
--replace 'discover_tz_dir();' '"${tzdata}/share/zoneinfo";'
|
||||
'';
|
||||
|
||||
cmakeFlags = [
|
||||
|
|
Loading…
Reference in a new issue