about 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-08-29 12:57:02 +0100
committerVincenzo Mantova <1962985+xworld21@users.noreply.github.com>2023-08-29 16:16:15 +0100
commite27c4d3aa29a5ded1ed397cebf2950d376d96b22 (patch)
treef9848a9e7584880196f1f2d59f415b11bdf5434b /pkgs/tools/typesetting/tex/texlive
parent4fcb32e474d82de3df6362cdcd41a8c1c4f84529 (diff)
downloadnixlib-e27c4d3aa29a5ded1ed397cebf2950d376d96b22.tar
nixlib-e27c4d3aa29a5ded1ed397cebf2950d376d96b22.tar.gz
nixlib-e27c4d3aa29a5ded1ed397cebf2950d376d96b22.tar.bz2
nixlib-e27c4d3aa29a5ded1ed397cebf2950d376d96b22.tar.lz
nixlib-e27c4d3aa29a5ded1ed397cebf2950d376d96b22.tar.xz
nixlib-e27c4d3aa29a5ded1ed397cebf2950d376d96b22.tar.zst
nixlib-e27c4d3aa29a5ded1ed397cebf2950d376d96b22.zip
texlive.bin.core: do not run and then undo texlinks
Diffstat (limited to 'pkgs/tools/typesetting/tex/texlive')
-rw-r--r--pkgs/tools/typesetting/tex/texlive/bin.nix8
1 files changed, 2 insertions, 6 deletions
diff --git a/pkgs/tools/typesetting/tex/texlive/bin.nix b/pkgs/tools/typesetting/tex/texlive/bin.nix
index 20b50590378c..ff4adcb78d28 100644
--- a/pkgs/tools/typesetting/tex/texlive/bin.nix
+++ b/pkgs/tools/typesetting/tex/texlive/bin.nix
@@ -176,15 +176,11 @@ core = stdenv.mkDerivation rec {
   doCheck = false; # triptest fails, likely due to missing TEXMF tree
   preCheck = "patchShebangs ../texk/web2c";
 
-  installTargets = [ "install" "texlinks" ];
+  installTargets = [ "install" ];
 
   # TODO: perhaps improve texmf.cnf search locations
   postInstall =
-    /* links format -> engine will be regenerated in texlive.combine
-       note: for unlinking, the texlinks patch is irrelevant, so we use
-       the included texlinks.sh to avoid the dependency on bin.texlinks */ ''
-    PATH="$out/bin:$PATH" sh ../texk/texlive/linked_scripts/texlive-extra/texlinks.sh --cnffile "../texk/texlive/tl_support/fmtutil.cnf" --unlink "$out/bin"
-  '' + /* remove redundant texmf-dist (content provided by TeX Live packages) */
+       /* remove redundant texmf-dist (content provided by TeX Live packages) */
   ''
     rm -fr "$out"/share/texmf-dist
   '' + /* install himktables in separate output for use in cross compilation */ ''