python312Packages.llama-cpp-python: enable parallel building (#384598)

This commit is contained in:
kirillrdy
2025-02-24 11:58:39 +11:00
committed by GitHub
@@ -80,9 +80,7 @@ buildPythonPackage rec {
]
);
preBuild = ''
export CMAKE_BUILD_PARALLEL_LEVEL="$NIX_BUILD_CORES"
'';
enableParallelBuilding = true;
nativeBuildInputs = [
cmake