* Added Acrobat Reader. Thanks to patchelf this is entirely pure.
svn path=/nixpkgs/trunk/; revision=1507
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user