From c13d1f38ea73470a356c69e4b26b1df2473a0c80 Mon Sep 17 00:00:00 2001 From: Vincenzo Mantova <1962985+xworld21@users.noreply.github.com> Date: Mon, 28 Aug 2023 18:27:21 +0100 Subject: texlive.bin.core: move man, info pages to standard outputs --- pkgs/tools/typesetting/tex/texlive/bin.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'pkgs/tools/typesetting/tex/texlive') diff --git a/pkgs/tools/typesetting/tex/texlive/bin.nix b/pkgs/tools/typesetting/tex/texlive/bin.nix index a30066bf6136..ca38175807e2 100644 --- a/pkgs/tools/typesetting/tex/texlive/bin.nix +++ b/pkgs/tools/typesetting/tex/texlive/bin.nix @@ -132,7 +132,7 @@ core = stdenv.mkDerivation rec { inherit (common) binToOutput src prePatch; - outputs = [ "out" "doc" "dev" ] + outputs = [ "out" "dev" "man" "info" ] ++ (builtins.map (builtins.replaceStrings [ "-" ] [ "_" ]) corePackages); nativeBuildInputs = [ @@ -191,10 +191,6 @@ core = stdenv.mkDerivation rec { 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" - '' + - /* doc location identical with individual TeX pkgs */ '' - mkdir -p "$doc/doc" - mv "$out"/share/{man,info} "$doc"/doc '' + /* remove redundant texmf-dist (content provided by TeX Live packages) */ '' rm -fr "$out"/share/texmf-dist -- cgit 1.4.1