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 cpcloud committed Oct 28, 2024
1 parent bfe9619 commit af30d1b
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 @@ -172,7 +172,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 af30d1b

Please sign in to comment.