nix: build with latest jdk version
This commit is contained in:
		@@ -44,7 +44,7 @@ mkDerivation rec {
 | 
				
			|||||||
  src = lib.cleanSource self;
 | 
					  src = lib.cleanSource self;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  nativeBuildInputs = [ cmake ninja file makeWrapper ];
 | 
					  nativeBuildInputs = [ cmake ninja file makeWrapper ];
 | 
				
			||||||
  buildInputs = [ qtbase jdk8 zlib ];
 | 
					  buildInputs = [ qtbase jdk zlib ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  dontWrapQtApps = true;
 | 
					  dontWrapQtApps = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user