chore: parallelize build

This commit is contained in:
Familex 2025-07-19 02:05:14 +03:00
commit f2a35be02b
Failed to generate hash of commit
2 changed files with 16 additions and 6 deletions

View file

@ -30,6 +30,7 @@
inherit (hyprland) buildInputs;
nativeBuildInputs = hyprland.nativeBuildInputs ++ [hyprland gcc14];
enableParallelBuilding = true;
dontUseCmakeConfigure = true;
dontUseMesonConfigure = true;
@ -40,7 +41,7 @@
runHook preInstall
mkdir -p "$out/lib"
cp -r out/* "$out/lib/lib${name}.so"
cp -r out/dynamic-cursors.so "$out/lib/lib${name}.so"
runHook postInstall
'';