From 454b0b9b09d0b82992d84d5a32c5414ffac7b360 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Tue, 28 Mar 2023 14:00:01 +0200 Subject: [PATCH] openjdk is not built with javafx by default anymore --- shells/objectgericht-project.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/objectgericht-project.nix b/shells/objectgericht-project.nix index f97e58f6..e1c66cf1 100644 --- a/shells/objectgericht-project.nix +++ b/shells/objectgericht-project.nix @@ -3,7 +3,7 @@ packages = with pkgs; [ openssl maven - openjdk17 + (openjdk17.override { enableJavaFX = true; }) ]; commands = [ {