saxon: use jdk_headless instead of jdk

This allows to build the nixpkgs manual from a "headless" machine,
i.e. without dragging in an entire linux desktop.
This commit is contained in:
Adam Joseph 2022-04-02 18:36:22 -07:00 committed by Bjørn Forsman
parent 627d8390ff
commit c79c23d017

View File

@ -21044,7 +21044,10 @@ with pkgs;
saxonb = saxonb_8_8;
inherit (callPackages ../development/libraries/java/saxon { })
inherit (callPackages ../development/libraries/java/saxon {
jre = jre_headless;
jre8 = jre8_headless;
})
saxon
saxonb_8_8
saxonb_9_1