summary refs log tree commit diff
path: root/pkgs/tools/typesetting
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-08-28 21:52:20 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-09-17 19:06:42 +0200
commitb799be7642266462cf6e4b0e24415c39c6becfc6 (patch)
tree117baff83fbf0ed4362808f89d242b2b54c25c74 /pkgs/tools/typesetting
parent40c0356dd3670eca313cf50cb7c3bf5c7534d6f3 (diff)
downloadnixpkgs-b799be7642266462cf6e4b0e24415c39c6becfc6.tar
nixpkgs-b799be7642266462cf6e4b0e24415c39c6becfc6.tar.gz
nixpkgs-b799be7642266462cf6e4b0e24415c39c6becfc6.tar.bz2
nixpkgs-b799be7642266462cf6e4b0e24415c39c6becfc6.tar.lz
nixpkgs-b799be7642266462cf6e4b0e24415c39c6becfc6.tar.xz
nixpkgs-b799be7642266462cf6e4b0e24415c39c6becfc6.tar.zst
nixpkgs-b799be7642266462cf6e4b0e24415c39c6becfc6.zip
latex2html: mark as broken
I don't see directly how to make it work.
Diffstat (limited to 'pkgs/tools/typesetting')
-rw-r--r--pkgs/tools/typesetting/tex/latex2html/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/typesetting/tex/latex2html/default.nix b/pkgs/tools/typesetting/tex/latex2html/default.nix
index f6fc640eb3f..45fec9f76da 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;
   };
 
 }