diff --git a/pkgs/applications/misc/acrobat-reader/builder.sh b/pkgs/applications/misc/acrobat-reader/builder.sh index bcbdb85e976..2efdd78beae 100644 --- a/pkgs/applications/misc/acrobat-reader/builder.sh +++ b/pkgs/applications/misc/acrobat-reader/builder.sh @@ -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 diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 17223639ce8..0c572c3e2ec 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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 { diff --git a/pkgs/top-level/build-for-release.nix b/pkgs/top-level/build-for-release.nix index 8ecba0bf369..9248c8262c9 100644 --- a/pkgs/top-level/build-for-release.nix +++ b/pkgs/top-level/build-for-release.nix @@ -196,6 +196,7 @@ let { inherit ((allPackages {system = "i686-linux";}).gnome) metacity gconfeditor + gnometerminal ; };