summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2005-04-28 21:10:33 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2005-04-28 21:10:33 +0000
commitd6a1bfe1dc83bd502995ee3eef595c2a6e68007b (patch)
tree2f238ea65394039f76339f7ede6d432487d6fa0d /pkgs/system/all-packages-generic.nix
parentb381db33997041d34deee33713206ae481a95e83 (diff)
downloadnixpkgs-d6a1bfe1dc83bd502995ee3eef595c2a6e68007b.tar
nixpkgs-d6a1bfe1dc83bd502995ee3eef595c2a6e68007b.tar.gz
nixpkgs-d6a1bfe1dc83bd502995ee3eef595c2a6e68007b.tar.bz2
nixpkgs-d6a1bfe1dc83bd502995ee3eef595c2a6e68007b.tar.lz
nixpkgs-d6a1bfe1dc83bd502995ee3eef595c2a6e68007b.tar.xz
nixpkgs-d6a1bfe1dc83bd502995ee3eef595c2a6e68007b.tar.zst
nixpkgs-d6a1bfe1dc83bd502995ee3eef595c2a6e68007b.zip
* Added teTeX 3.0. Sure, it may take up 267M of disk space, but it
  contains everything you could possibly need, including beamer ;-)

  This teTeX has been built without X11 support, meaning that xdvi is
  not included.

svn path=/nixpkgs/trunk/; revision=2931
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 14da727a20b..32c1c23e94f 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -1289,6 +1289,10 @@ rec {
   };
   */
 
+  tetex = (import ../misc/tex/tetex) {
+    inherit fetchurl stdenv flex bison zlib libpng ncurses ed;
+  };
+
   nix = (import ../misc/nix) {
     inherit fetchurl stdenv aterm perl;
     curl = bootCurl; /* !!! ugly */