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-03-25 15:13:46 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2005-03-25 15:13:46 +0000
commitcb751bd5c03b3ee3638fe526eac593bea4c77981 (patch)
tree7b6fc4f29641c61eb68465d97bc22018e71e90d5 /pkgs/system/all-packages-generic.nix
parenta2feafba4ffb3472236567a82b5d36abe725bd88 (diff)
downloadnixpkgs-cb751bd5c03b3ee3638fe526eac593bea4c77981.tar
nixpkgs-cb751bd5c03b3ee3638fe526eac593bea4c77981.tar.gz
nixpkgs-cb751bd5c03b3ee3638fe526eac593bea4c77981.tar.bz2
nixpkgs-cb751bd5c03b3ee3638fe526eac593bea4c77981.tar.lz
nixpkgs-cb751bd5c03b3ee3638fe526eac593bea4c77981.tar.xz
nixpkgs-cb751bd5c03b3ee3638fe526eac593bea4c77981.tar.zst
nixpkgs-cb751bd5c03b3ee3638fe526eac593bea4c77981.zip
* Adobe Reader 7.0. The PPKLite module (whatever that is) is disabled
  because it needs the LDAP libraries, and I'm too lazy to add them
  now.

svn path=/nixpkgs/trunk/; revision=2457
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 8fb66915115..af444eb87a4 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -1182,8 +1182,10 @@ rec {
   };
 
   acroread = (import ../applications/misc/acrobat-reader) {
-    inherit fetchurl stdenv;
+    inherit fetchurl stdenv zlib;
     inherit (xlibs) libXt libXp libXext libX11;
+    inherit (gtkLibs) glib pango atk gtk;
+    libstdcpp5 = gcc33.gcc;
   };
 
   eclipse = (import ../applications/editors/eclipse) {