From c1e12f27887450ea2473ad446352ca2d5a933d0a Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Thu, 15 Apr 2010 08:44:54 +0000 Subject: [PATCH] Temporary other OO.o mirror just to get the build working for now svn path=/nixpkgs/trunk/; revision=21084 --- pkgs/applications/office/openoffice/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/office/openoffice/default.nix b/pkgs/applications/office/openoffice/default.nix index 3edd4e5b3f8..9af41d19a30 100644 --- a/pkgs/applications/office/openoffice/default.nix +++ b/pkgs/applications/office/openoffice/default.nix @@ -11,7 +11,8 @@ stdenv.mkDerivation rec { name = "openoffice.org-${version}"; builder = ./builder.sh; - downloadRoot = "http://download.services.openoffice.org/files/stable"; + #downloadRoot = "http://download.services.openoffice.org/files/stable"; + downloadRoot = "http://www-openoffice.com/source/"; src = fetchurl { url = "${downloadRoot}/${version}/OOo_${version}_src_core.tar.bz2";