* Try to build OpenOffice and Go-oo with Neon 0.29, since 0.26 doesn't

work anymore.

svn path=/nixpkgs/branches/x-updates/; revision=22702
This commit is contained in:
Eelco Dolstra 2010-07-22 10:41:34 +00:00
parent 6faed26c43
commit fc47f20db1

View file

@ -8553,7 +8553,7 @@ let
inherit (gtkLibs) gtk;
inherit (perlPackages) ArchiveZip CompressZlib;
inherit (gnome) GConf ORBit2;
neon = neon026;
neon = neon029;
stdenv = stdenv2;
};
@ -8566,7 +8566,7 @@ let
inherit (gtkLibs) gtk;
inherit (perlPackages) ArchiveZip CompressZlib;
inherit (gnome) GConf ORBit2;
neon = neon026;
neon = neon029;
stdenv = stdenv2;
inherit autoconf openldap postgresql;