Unverified Commit 8197567a authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

kdePackages: use ninja to speed things a little up

parent 2c3adc5f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;