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:
parent
b9d6a6cbd0
commit
2aff29c7b2
@ -34,5 +34,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A system to convert (La)TeX documents to HTML and various other formats";
|
description = "A system to convert (La)TeX documents to HTML and various other formats";
|
||||||
license = stdenv.lib.licenses.lppl12;
|
license = stdenv.lib.licenses.lppl12;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
|
broken = true; # use the one from texlive.tex4ht
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -17815,7 +17815,7 @@ with pkgs;
|
|||||||
|
|
||||||
tewi-font = callPackage ../data/fonts/tewi {};
|
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;
|
texFunctions = callPackage ../tools/typesetting/tex/nix pkgs;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user