texlive.bin.latexindent: add alias to new binary container

This commit is contained in:
Vincenzo Mantova 2023-07-29 18:50:03 +02:00
parent 0dfda31778
commit 9822bbfc33

View file

@ -616,7 +616,10 @@ in
xz = tlpdbxz;
};
bin = assert assertions; bin;
bin = assert assertions; bin // {
# for backward compatibility
latexindent = lib.findFirst (p: p.tlType == "bin") tl.latexindent.pkgs;
};
combine = assert assertions; combine;
# Pre-defined combined packages for TeX Live schemes,