Commit c79c23d0 authored by Adam Joseph's avatar Adam Joseph Committed by Bjørn Forsman
Browse files

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.
parent 627d8390
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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