Loading pkgs/tools/typesetting/tex/texlive/bin.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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" ] Loading Loading
pkgs/tools/typesetting/tex/texlive/bin.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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" ] Loading