Skip to content

Commit

Permalink
Merge pull request #1219 from f-omega/master
Browse files Browse the repository at this point in the history
Fix DuckDB 0.8
  • Loading branch information
adisbladis authored Jul 11, 2023
2 parents addfa10 + 5ccc2c0 commit e408965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ lib.composeManyExtensions [

duckdb = super.duckdb.overridePythonAttrs (old: {
postPatch = lib.optionalString (!(old.src.isWheel or false)) ''
cd tools/pythonpkg
${lib.optionalString (lib.versionOlder old.version "0.8") "cd tools/pythonpkg"}
substituteInPlace setup.py \
--replace 'multiprocessing.cpu_count()' "$NIX_BUILD_CORES" \
Expand Down

0 comments on commit e408965

Please sign in to comment.