* Purify Adobe Reader.

svn path=/nixpkgs/trunk/; revision=8173
This commit is contained in:
Eelco Dolstra 2007-03-04 23:46:11 +00:00
parent 7008d7bfd9
commit b979dff808
3 changed files with 3 additions and 2 deletions

View File

@ -26,4 +26,4 @@ patchelf --interpreter "$(cat $NIX_GCC/nix-support/dynamic-linker)" \
--set-rpath $fullPath \
$out/Reader/intellinux/bin/acroread
substituteInPlace $out/bin/acroread --replace /lib:/usr/lib /no-such-path
substituteInPlace $out/bin/acroread --replace /lib:/usr/lib /no-such-path --replace /bin/pwd pwd

View File

@ -2496,7 +2496,7 @@ rec {
inherit (gtkLibs) glib pango atk gtk;
libstdcpp5 = gcc33.gcc;
xineramaSupport = true;
fastStart = getConfig ["acroread" "fastStart"] false;
fastStart = getConfig ["acroread" "fastStart"] true;
};
amsn = import ../applications/networking/instant-messengers/amsn {

View File

@ -196,6 +196,7 @@ let {
inherit ((allPackages {system = "i686-linux";}).gnome)
metacity
gconfeditor
gnometerminal
;
};