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:
@@ -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
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ let {
|
||||
uml
|
||||
nix
|
||||
ocaml
|
||||
# hevea
|
||||
hevea
|
||||
;};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user