* Added Acrobat Reader. Thanks to patchelf this is entirely pure.

svn path=/nixpkgs/trunk/; revision=1507
This commit is contained in:
Eelco Dolstra
2004-09-25 20:27:40 +00:00
parent a7f41fb270
commit f8718c601f
3 changed files with 38 additions and 0 deletions

View File

@@ -839,6 +839,11 @@ rec {
inherit fetchurl stdenv wxGTK chmlib;
};
acroread = (import ../applications/misc/acrobat-reader) {
inherit fetchurl stdenv patchelf;
inherit (xlibs) libXt libXp libXext libX11;
};
nxml = (import ../applications/editors/emacs/modes/nxml) {
inherit fetchurl stdenv;
};