From b4536c217f288587eb40118ed115172b48e3d79a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Wed, 19 May 2010 07:31:07 +0000 Subject: [PATCH] Fixing openoffice urls for 3.2.0 svn path=/nixpkgs/trunk/; revision=21853 --- pkgs/applications/office/openoffice/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/office/openoffice/default.nix b/pkgs/applications/office/openoffice/default.nix index f1682f21975..5c1e34a4425 100644 --- a/pkgs/applications/office/openoffice/default.nix +++ b/pkgs/applications/office/openoffice/default.nix @@ -11,9 +11,8 @@ stdenv.mkDerivation rec { name = "openoffice.org-${version}"; builder = ./builder.sh; - #downloadRoot = "http://download.services.openoffice.org/files/stable"; - downloadRoot = "http://www-openoffice.com/source/"; - versionDirs = false; + downloadRoot = "http://download.services.openoffice.org/files/stable"; + versionDirs = true; src = fetchurl { url = "${downloadRoot}/${if versionDirs then version + "/" else ""}OOo_${version}_src_core.tar.bz2";