mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
ili2c: use jdk8
This commit is contained in:
parent
bf92a5440e
commit
12a9e3043a
@ -1,5 +1,6 @@
|
||||
{ stdenv, fetchFromGitHub, jdk, ant, makeWrapper, jre }:
|
||||
{ stdenv, fetchFromGitHub, jdk8, ant, makeWrapper, jre8 }:
|
||||
|
||||
let jdk = jdk8; jre = jre8; in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "ili2c";
|
||||
version = "5.0.8";
|
||||
|
Loading…
Reference in New Issue
Block a user