Use openjfx with webkit because that's pre-built on hydra
This commit is contained in:
parent
058bc26ce0
commit
e2066c606f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
packages = with pkgs; [
|
||||
openssl
|
||||
maven
|
||||
(openjdk17.override { enableJavaFX = true; })
|
||||
(openjdk17.override { enableJavaFX = true; openjfx = openjfx17.override { withWebKit = true; }; })
|
||||
(python3.withPackages (ps: [ ps.pyyaml ps.beautifulsoup4 ps.notmuch ]))
|
||||
];
|
||||
commands = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue