From fc47f20db1df0d37b907245507de68dae3f61ec7 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 22 Jul 2010 10:41:34 +0000 Subject: [PATCH] * 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 --- pkgs/top-level/all-packages.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 9ac8ade3ed8..e18ae286c04 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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;