Merge pull request #966 from getchoo/use-ninja

use ninja in nix builds
This commit is contained in:
txtsd 2023-04-02 14:06:35 +05:30 committed by GitHub
commit bc1a7d2890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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