mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 01:31:39 -05:00
commit
e4089652c5
1 changed files with 1 additions and 1 deletions
|
@ -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" \
|
||||
|
|
Loading…
Add table
Reference in a new issue