mirror of
https://github.com/virtcode/hypr-dynamic-cursors
synced 2025-09-19 08:03:21 +02:00
chore: parallelize build (#90)
This commit is contained in:
parent
cb39e89fc3
commit
d6eb0b798c
2 changed files with 16 additions and 6 deletions
|
@ -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
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue