latex2html: mark as broken
I don't see directly how to make it work.
This commit is contained in:
parent
40c0356dd3
commit
b799be7642
@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "http://www.latex2html.org/";
|
homepage = "http://www.latex2html.org/";
|
||||||
description = "Converter written in Perl that converts LaTeX documents to HTML";
|
description = "Converter written in Perl that converts LaTeX documents to HTML";
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
|
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user