Hevea is an interpreter for (La)TeX that produces HTML.

It is written in OCaml.


svn path=/nixpkgs/trunk/; revision=1189
This commit is contained in:
Eelco Visser
2004-07-28 10:49:55 +00:00
parent 4e0ab72b67
commit e5ee911e2e
4 changed files with 8 additions and 6 deletions

View File

@@ -117,9 +117,9 @@ rec {
inherit (xlibs) libXaw;
};
##hevea = (import ../tools/typesetting/hevea) {
## inherit fetchurl stdenv ocaml;
##};
hevea = (import ../tools/typesetting/hevea) {
inherit fetchurl stdenv ocaml;
};
### SHELLS

View File

@@ -58,7 +58,7 @@ let {
uml
nix
ocaml
# hevea
hevea
;};