openjdk is not built with javafx by default anymore
This commit is contained in:
parent
d945208df8
commit
454b0b9b09
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
openssl
|
openssl
|
||||||
maven
|
maven
|
||||||
openjdk17
|
(openjdk17.override { enableJavaFX = true; })
|
||||||
];
|
];
|
||||||
commands = [
|
commands = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue