nix: build with latest jdk version

This commit is contained in:
Ilan Joselevich 2022-03-13 23:41:45 +02:00
parent 2c07f758a0
commit 6e6d495bc7

View File

@ -44,7 +44,7 @@ mkDerivation rec {
src = lib.cleanSource self;
nativeBuildInputs = [ cmake ninja file makeWrapper ];
buildInputs = [ qtbase jdk8 zlib ];
buildInputs = [ qtbase jdk zlib ];
dontWrapQtApps = true;