python312Packages.llama-cpp-python: enable parallel building

This commit is contained in:
Kirill Radzikhovskyy
2025-02-24 07:11:12 +11:00
parent eb3159c27b
commit faf75b65ae
@@ -80,9 +80,7 @@ buildPythonPackage rec {
]
);
preBuild = ''
export CMAKE_BUILD_PARALLEL_LEVEL="$NIX_BUILD_CORES"
'';
enableParallelBuilding = true;
nativeBuildInputs = [
cmake