Commit b0b94da0 authored by Vincenzo Mantova's avatar Vincenzo Mantova
Browse files

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

parent c13d1f38
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" ]