Temporary other OO.o mirror just to get the build working for now
svn path=/nixpkgs/trunk/; revision=21084
This commit is contained in:
parent
49a3e1e46b
commit
c1e12f2788
1 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue