tex4ht: deprecate in favor of texlive.tex4ht

I don't make an alias, as the attribute is used in a different way.

Changed files
+2 -1
pkgs
tools
typesetting
tex
tex4ht
top-level
+1
pkgs/tools/typesetting/tex/tex4ht/default.nix
···
description = "A system to convert (La)TeX documents to HTML and various other formats";
license = stdenv.lib.licenses.lppl12;
platforms = stdenv.lib.platforms.unix;
+
broken = true; # use the one from texlive.tex4ht
};
}
+1 -1
pkgs/top-level/all-packages.nix
···
tewi-font = callPackage ../data/fonts/tewi {};
-
tex4ht = callPackage ../tools/typesetting/tex/tex4ht { };
+
tex4ht = callPackage ../tools/typesetting/tex/tex4ht { tetex = null; };
texFunctions = callPackage ../tools/typesetting/tex/nix pkgs;