feat(nix): use ninja for builds

Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
seth 2023-04-01 12:58:15 -04:00
parent 09d607f39c
commit 81b1406290
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -2,6 +2,7 @@
lib,
stdenv,
cmake,
ninja,
jdk8,
jdk17,
zlib,
@ -33,7 +34,7 @@ stdenv.mkDerivation rec {
src = lib.cleanSource self;
nativeBuildInputs = [extra-cmake-modules cmake file jdk17 wrapQtAppsHook];
nativeBuildInputs = [extra-cmake-modules cmake file jdk17 ninja wrapQtAppsHook];
buildInputs =
[
qtbase