Use openjfx with webkit because that's pre-built on hydra

This commit is contained in:
Charlotte Van Petegem 2023-06-01 10:18:23 +02:00
parent 058bc26ce0
commit e2066c606f
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -3,7 +3,7 @@
packages = with pkgs; [ packages = with pkgs; [
openssl openssl
maven maven
(openjdk17.override { enableJavaFX = true; }) (openjdk17.override { enableJavaFX = true; openjfx = openjfx17.override { withWebKit = true; }; })
(python3.withPackages (ps: [ ps.pyyaml ps.beautifulsoup4 ps.notmuch ])) (python3.withPackages (ps: [ ps.pyyaml ps.beautifulsoup4 ps.notmuch ]))
]; ];
commands = [ commands = [