kdePackages: use ninja to speed things a little up

This commit is contained in:
Sandro Jäckel 2025-03-12 16:09:56 +01:00
parent 2c3adc5fc6
commit 8197567ac9
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -3,8 +3,8 @@ self:
lib,
stdenv,
makeSetupHook,
fetchurl,
cmake,
ninja,
qt6,
}:
let
@ -121,6 +121,7 @@ let
nativeBuildInputs = [
cmake
ninja
qt6.wrapQtAppsHook
moveDevHook
] ++ extraNativeBuildInputs;