texlive.bin.core-big: split man, info, dev outputs

This commit is contained in:
Vincenzo Mantova 2023-08-28 18:27:22 +01:00
parent c13d1f38ea
commit b0b94da0dc

View file

@ -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" ]