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:
parent
627d8390ff
commit
c79c23d017
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user