texlive: use jre_headless instead of jdk as runtime build input

This commit is contained in:
Vincenzo Mantova
2026-06-28 19:24:26 +01:00
parent 061964a2fc
commit 643f4ccbbd
2 changed files with 4 additions and 4 deletions
@@ -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