* Purify Adobe Reader.
svn path=/nixpkgs/trunk/; revision=8173
This commit is contained in:
parent
7008d7bfd9
commit
b979dff808
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -196,6 +196,7 @@ let {
|
|||
inherit ((allPackages {system = "i686-linux";}).gnome)
|
||||
metacity
|
||||
gconfeditor
|
||||
gnometerminal
|
||||
;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue