* 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 \
|
--set-rpath $fullPath \
|
||||||
$out/Reader/intellinux/bin/acroread
|
$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;
|
inherit (gtkLibs) glib pango atk gtk;
|
||||||
libstdcpp5 = gcc33.gcc;
|
libstdcpp5 = gcc33.gcc;
|
||||||
xineramaSupport = true;
|
xineramaSupport = true;
|
||||||
fastStart = getConfig ["acroread" "fastStart"] false;
|
fastStart = getConfig ["acroread" "fastStart"] true;
|
||||||
};
|
};
|
||||||
|
|
||||||
amsn = import ../applications/networking/instant-messengers/amsn {
|
amsn = import ../applications/networking/instant-messengers/amsn {
|
||||||
|
@ -196,6 +196,7 @@ let {
|
|||||||
inherit ((allPackages {system = "i686-linux";}).gnome)
|
inherit ((allPackages {system = "i686-linux";}).gnome)
|
||||||
metacity
|
metacity
|
||||||
gconfeditor
|
gconfeditor
|
||||||
|
gnometerminal
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user