summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLConfig.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/TeXLive/TLConfig.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLConfig.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm
index ceca57655ff..160852a9d9b 100644
--- a/Master/tlpkg/TeXLive/TLConfig.pm
+++ b/Master/tlpkg/TeXLive/TLConfig.pm
@@ -128,7 +128,7 @@ if ($^O =~ /^MSWin/i) {
# during the first run of the installer.
# texlive-scripts are necessary for mktexlsr, updmap, fmtutil, ...
# the installation cannot continue without those
-our @InstallExtraRequiredPackages = qw/texlive.scripts/;
+our @InstallExtraRequiredPackages = qw/texlive.scripts kpathsea hyphen-base/;
if ($^O =~ /^MSWin/i) {
push @InstallExtraRequiredPackages, "luatex";
}