Fixing openoffice urls for 3.2.0

svn path=/nixpkgs/trunk/; revision=21853
This commit is contained in:
Lluís Batlle i Rossell 2010-05-19 07:31:07 +00:00
parent e2736a0888
commit b4536c217f

View File

@ -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";