mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
DisnixWebService: compile with OpenJDK8 to retain compatibility with Tomcat 9.x
This commit is contained in:
parent
216e5571b1
commit
4206a9bbba
@ -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 New Issue
Block a user