Skip to content

Commit

Permalink
Merge pull request #1738 from TyberiusPrime/pyarrow_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored Sep 27, 2024
2 parents 3479bba + 1f53f2f commit 6d8507d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2284,8 +2284,8 @@ lib.composeManyExtensions [
);

ARROW_HOME = _arrow-cpp;
arrowCppVersion = lib.versions.majorMinor _arrow-cpp;
pyArrowVersion = lib.versions.majorMinor prev.pyarrow;
arrowCppVersion = lib.versions.majorMinor _arrow-cpp.version;
pyArrowVersion = lib.versions.majorMinor prev.pyarrow.version;
errorMessage = "arrow-cpp version (${arrowCppVersion}) mismatches pyarrow version (${pyArrowVersion})";
in
lib.throwIf (arrowCppVersion != pyArrowVersion) errorMessage {
Expand Down

0 comments on commit 6d8507d

Please sign in to comment.