kdePackages: use ninja to speed things a little up (#389258)

This commit is contained in:
K900
2025-03-12 19:18:05 +03:00
committed by GitHub
+2 -1
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;