mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
* 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:
parent
6faed26c43
commit
fc47f20db1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user