From b799be7642266462cf6e4b0e24415c39c6becfc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Fri, 28 Aug 2015 21:52:20 +0200 Subject: [PATCH] latex2html: mark as broken I don't see directly how to make it work. --- pkgs/tools/typesetting/tex/latex2html/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/tools/typesetting/tex/latex2html/default.nix b/pkgs/tools/typesetting/tex/latex2html/default.nix index f6fc640eb3f8..45fec9f76da0 100644 --- a/pkgs/tools/typesetting/tex/latex2html/default.nix +++ b/pkgs/tools/typesetting/tex/latex2html/default.nix @@ -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; }; }