Temporary other OO.o mirror just to get the build working for now

svn path=/nixpkgs/trunk/; revision=21084
This commit is contained in:
Michael Raskin 2010-04-15 08:44:54 +00:00
parent 49a3e1e46b
commit c1e12f2788

View file

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