texlive.bin.latexindent: add alias to new binary container
This commit is contained in:
parent
0dfda31778
commit
9822bbfc33
1 changed files with 4 additions and 1 deletions
|
@ -616,7 +616,10 @@ in
|
||||||
xz = tlpdbxz;
|
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;
|
combine = assert assertions; combine;
|
||||||
|
|
||||||
# Pre-defined combined packages for TeX Live schemes,
|
# Pre-defined combined packages for TeX Live schemes,
|
||||||
|
|
Loading…
Reference in a new issue