From 1d0c278cff73bf7f3f321d0d3898545ea155fb4d Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Thu, 27 Oct 2005 11:59:10 +0000 Subject: [PATCH] OOo2 needs older neon svn path=/nixpkgs/trunk/; revision=4156 --- pkgs/system/all-packages-generic.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index 195b7d33ec49..4ac3eb6411a9 100644 --- a/pkgs/system/all-packages-generic.nix +++ b/pkgs/system/all-packages-generic.nix @@ -1420,7 +1420,7 @@ rec { ### APPLICATIONS openoffice = (import ../applications/office/openoffice) { - inherit fetchurl stdenv pam python tcsh libxslt perl perlArchiveZip perlCompressZlib zlib libjpeg expat pkgconfig freetype libwpd libxml2 db4 sablotron curl libsndfile neon flex zip libmspack getopt file; + inherit fetchurl stdenv pam python tcsh libxslt perl perlArchiveZip perlCompressZlib zlib libjpeg expat pkgconfig freetype libwpd libxml2 db4 sablotron curl libsndfile flex zip libmspack getopt file; inherit (xlibs) libXaw fontconfig; inherit (gtkLibs) gtk; @@ -1429,6 +1429,9 @@ rec { m4 = gnum4; }; + neon = (import ../development/libraries/neon/neon-0.24.7.nix) { + inherit fetchurl stdenv libxml2; + }; }; cvs = (import ../applications/version-management/cvs) {