DisnixWebService: compile with OpenJDK8 to retain compatibility with Tomcat 9.x
This commit is contained in:
parent
216e5571b1
commit
4206a9bbba
1 changed files with 3 additions and 1 deletions
|
@ -33720,7 +33720,9 @@ with pkgs;
|
|||
|
||||
disnixos = callPackage ../tools/package-management/disnix/disnixos { };
|
||||
|
||||
DisnixWebService = callPackage ../tools/package-management/disnix/DisnixWebService { };
|
||||
DisnixWebService = callPackage ../tools/package-management/disnix/DisnixWebService {
|
||||
jdk = jdk8;
|
||||
};
|
||||
|
||||
i3a = callPackage ../misc/i3a { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue