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-12-22 10:49:43 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2005-12-22 10:49:43 +0000
commit4d905aa2edf0dc1b2236b4bafb173824a142e9fa (patch)
tree3f943c90676ed9c12776132cbe1a194f54e26ddd /pkgs/system/all-packages-generic.nix
parent83afd0c173a475790ec0ee89e0fab231a21fc63c (diff)
downloadnixlib-4d905aa2edf0dc1b2236b4bafb173824a142e9fa.tar
nixlib-4d905aa2edf0dc1b2236b4bafb173824a142e9fa.tar.gz
nixlib-4d905aa2edf0dc1b2236b4bafb173824a142e9fa.tar.bz2
nixlib-4d905aa2edf0dc1b2236b4bafb173824a142e9fa.tar.lz
nixlib-4d905aa2edf0dc1b2236b4bafb173824a142e9fa.tar.xz
nixlib-4d905aa2edf0dc1b2236b4bafb173824a142e9fa.tar.zst
nixlib-4d905aa2edf0dc1b2236b4bafb173824a142e9fa.zip
* Added the Emacs 22.0 branch with anti-aliasing (Xft) support.
* Added an option to Adobe Reader to make it start faster (by deleting
  all the plugins).

svn path=/nixpkgs/trunk/; revision=4406
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 44f02b383bad..b1ffa011657c 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -1831,6 +1831,7 @@ rec {
     inherit (gtkLibs) glib pango atk gtk;
     libstdcpp5 = gcc33.gcc;
     xineramaSupport = true;
+    fastStart = true;
   };
 
   eclipse = (import ../applications/editors/eclipse) {
@@ -1871,6 +1872,15 @@ rec {
     gtkGUI = true;
   };
 
+  emacs22aa = (import ../applications/editors/emacs-22-aa) {
+    inherit fetchurl stdenv pkgconfig x11 Xaw3d libpng;
+    inherit (xlibs) libXaw libXpm libXft;
+    inherit (gtkLibs) gtk;
+    xaw3dSupport = false;
+    gtkGUI = true;
+    xftSupport = true;
+  };
+
   nxml = (import ../applications/editors/emacs/modes/nxml) {
     inherit fetchurl stdenv;
   };