summary refs log tree commit diff
path: root/pkgs/tools/typesetting/tex/texlive
diff options
context:
space:
mode:
authorVincenzo Mantova <1962985+xworld21@users.noreply.github.com>2023-07-29 18:50:03 +0200
committerVincenzo Mantova <1962985+xworld21@users.noreply.github.com>2023-07-29 18:50:30 +0200
commit9822bbfc339554d90bc12ae9cf866e1b07e50991 (patch)
tree22b801f9f9f65a2fbe0f5908bc04c55a4ca0421d /pkgs/tools/typesetting/tex/texlive
parent0dfda31778fe0c1f39a1aac4a297c41bf93a98f1 (diff)
downloadnixpkgs-9822bbfc339554d90bc12ae9cf866e1b07e50991.tar
nixpkgs-9822bbfc339554d90bc12ae9cf866e1b07e50991.tar.gz
nixpkgs-9822bbfc339554d90bc12ae9cf866e1b07e50991.tar.bz2
nixpkgs-9822bbfc339554d90bc12ae9cf866e1b07e50991.tar.lz
nixpkgs-9822bbfc339554d90bc12ae9cf866e1b07e50991.tar.xz
nixpkgs-9822bbfc339554d90bc12ae9cf866e1b07e50991.tar.zst
nixpkgs-9822bbfc339554d90bc12ae9cf866e1b07e50991.zip
texlive.bin.latexindent: add alias to new binary container
Diffstat (limited to 'pkgs/tools/typesetting/tex/texlive')
-rw-r--r--pkgs/tools/typesetting/tex/texlive/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/tools/typesetting/tex/texlive/default.nix b/pkgs/tools/typesetting/tex/texlive/default.nix
index 0bf2afc6663..8dff1469a90 100644
--- a/pkgs/tools/typesetting/tex/texlive/default.nix
+++ b/pkgs/tools/typesetting/tex/texlive/default.nix
@@ -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,