Unverified Commit 886b3f83 authored by K900's avatar K900 Committed by GitHub
Browse files

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

parents c11326b9 8197567a
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;