tex4ht: deprecate in favor of texlive.tex4ht

I don't make an alias, as the attribute is used in a different way.
This commit is contained in:
Vladimír Čunát 2017-02-11 18:09:43 +01:00
parent b9d6a6cbd0
commit 2aff29c7b2
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
2 changed files with 2 additions and 1 deletions

View File

@ -34,5 +34,6 @@ stdenv.mkDerivation rec {
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
};
}

View File

@ -17815,7 +17815,7 @@ with pkgs;
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;