mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
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
@ -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 New Issue
Block a user