chore: parallelize build (#90)

This commit is contained in:
Familex 2025-07-19 23:28:55 +03:00 committed by GitHub
commit d6eb0b798c
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
'';