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-28 18:27:21 +0100
committerVincenzo Mantova <1962985+xworld21@users.noreply.github.com>2023-08-29 16:16:15 +0100
commitc13d1f38ea73470a356c69e4b26b1df2473a0c80 (patch)
tree44c0166b567cef28dc30f8d10169d5994e017d2e /pkgs/tools/typesetting/tex/texlive
parent87b1ba03db5f27d9b51d489d2ea62e25845ef350 (diff)
downloadnixlib-c13d1f38ea73470a356c69e4b26b1df2473a0c80.tar
nixlib-c13d1f38ea73470a356c69e4b26b1df2473a0c80.tar.gz
nixlib-c13d1f38ea73470a356c69e4b26b1df2473a0c80.tar.bz2
nixlib-c13d1f38ea73470a356c69e4b26b1df2473a0c80.tar.lz
nixlib-c13d1f38ea73470a356c69e4b26b1df2473a0c80.tar.xz
nixlib-c13d1f38ea73470a356c69e4b26b1df2473a0c80.tar.zst
nixlib-c13d1f38ea73470a356c69e4b26b1df2473a0c80.zip
texlive.bin.core: move man, info pages to standard outputs
Diffstat (limited to 'pkgs/tools/typesetting/tex/texlive')
-rw-r--r--pkgs/tools/typesetting/tex/texlive/bin.nix6
1 files changed, 1 insertions, 5 deletions
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