texlive: use jre_headless instead of jdk as runtime build input (#536398)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
# script interpreters
|
||||
bash,
|
||||
jdk,
|
||||
jre_headless,
|
||||
perl,
|
||||
python3,
|
||||
ruby,
|
||||
@@ -174,7 +174,7 @@ let
|
||||
|
||||
# find interpreters for the script extensions found in tlpdb
|
||||
extToInput = {
|
||||
jar = jdk;
|
||||
jar = jre_headless;
|
||||
lua = texliveBinaries.luatex;
|
||||
py = python3;
|
||||
rb = ruby;
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
ruby,
|
||||
perl,
|
||||
tk,
|
||||
jdk,
|
||||
jre_headless,
|
||||
bash,
|
||||
snobol4,
|
||||
coreutils,
|
||||
@@ -202,7 +202,7 @@ let
|
||||
runCommand
|
||||
writeShellScript
|
||||
bash
|
||||
jdk
|
||||
jre_headless
|
||||
perl
|
||||
python3
|
||||
ruby
|
||||
|
||||
Reference in New Issue
Block a user