Skip to content

Commit

Permalink
arrow-cpp: substitute --replace with --replace-fail
Browse files Browse the repository at this point in the history
  • Loading branch information
RCoeurjoly authored and tobim committed Oct 26, 2024
1 parent 63ded93 commit 76024d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/ar/arrow-cpp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ stdenv.mkDerivation (finalAttrs: {
preConfigure = ''
patchShebangs build-support/
substituteInPlace "src/arrow/vendored/datetime/tz.cpp" \
--replace 'discover_tz_dir();' '"${tzdata}/share/zoneinfo";'
--replace-fail 'discover_tz_dir();' '"${tzdata}/share/zoneinfo";'
'';

cmakeFlags =
Expand Down

0 comments on commit 76024d0

Please sign in to comment.