summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorEelco Visser <visser@acm.org>2004-07-28 10:49:55 +0000
committerEelco Visser <visser@acm.org>2004-07-28 10:49:55 +0000
commite5ee911e2ecceb73cd9538308d280c44948952ce (patch)
tree1664f073c87cc7c5c2a07f6c3ace931696e38717 /pkgs/system/all-packages-generic.nix
parent4e0ab72b673c532501d063446c4b6825697a730d (diff)
downloadnixpkgs-e5ee911e2ecceb73cd9538308d280c44948952ce.tar
nixpkgs-e5ee911e2ecceb73cd9538308d280c44948952ce.tar.gz
nixpkgs-e5ee911e2ecceb73cd9538308d280c44948952ce.tar.bz2
nixpkgs-e5ee911e2ecceb73cd9538308d280c44948952ce.tar.lz
nixpkgs-e5ee911e2ecceb73cd9538308d280c44948952ce.tar.xz
nixpkgs-e5ee911e2ecceb73cd9538308d280c44948952ce.tar.zst
nixpkgs-e5ee911e2ecceb73cd9538308d280c44948952ce.zip
Hevea is an interpreter for (La)TeX that produces HTML.
It is written in OCaml.


svn path=/nixpkgs/trunk/; revision=1189
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 8473e519880..cf848b06f52 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -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