latex2html: mark as broken

I don't see directly how to make it work.
This commit is contained in:
Vladimír Čunát
2015-09-17 19:06:42 +02:00
parent 40c0356dd3
commit b799be7642
@@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
homepage = "http://www.latex2html.org/";
description = "Converter written in Perl that converts LaTeX documents to HTML";
license = stdenv.lib.licenses.gpl2Plus;
broken = true;
};
}