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:22 +0100
committerVincenzo Mantova <1962985+xworld21@users.noreply.github.com>2023-08-29 16:16:15 +0100
commitb0b94da0dc983e8ad5b5be55e029616a15de8f2c (patch)
treee7d3e40c28a929a4e33bea70560a638f71f08bc1 /pkgs/tools/typesetting/tex/texlive
parentc13d1f38ea73470a356c69e4b26b1df2473a0c80 (diff)
downloadnixpkgs-b0b94da0dc983e8ad5b5be55e029616a15de8f2c.tar
nixpkgs-b0b94da0dc983e8ad5b5be55e029616a15de8f2c.tar.gz
nixpkgs-b0b94da0dc983e8ad5b5be55e029616a15de8f2c.tar.bz2
nixpkgs-b0b94da0dc983e8ad5b5be55e029616a15de8f2c.tar.lz
nixpkgs-b0b94da0dc983e8ad5b5be55e029616a15de8f2c.tar.xz
nixpkgs-b0b94da0dc983e8ad5b5be55e029616a15de8f2c.tar.zst
nixpkgs-b0b94da0dc983e8ad5b5be55e029616a15de8f2c.zip
texlive.bin.core-big: split man, info, dev outputs
Diffstat (limited to 'pkgs/tools/typesetting/tex/texlive')
-rw-r--r--pkgs/tools/typesetting/tex/texlive/bin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/typesetting/tex/texlive/bin.nix b/pkgs/tools/typesetting/tex/texlive/bin.nix
index ca38175807e..4ec3cadd870 100644
--- a/pkgs/tools/typesetting/tex/texlive/bin.nix
+++ b/pkgs/tools/typesetting/tex/texlive/bin.nix
@@ -294,7 +294,7 @@ core-big = stdenv.mkDerivation { #TODO: upmendex
 
   doCheck = false; # fails
 
-  outputs = [ "out" ]
+  outputs = [ "out" "dev" "man" "info" ]
     ++ (builtins.map (builtins.replaceStrings [ "-" ] [ "_" ]) coreBigPackages)
     # some outputs of metapost, omegaware are for ptex/uptex
     ++ [ "ptex" "uptex" ]