From 5297aa3a43163b057c925d7a876cfc49c0b5757e Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Wed, 26 Oct 2005 21:10:31 +0000 Subject: [PATCH] - add a whole bunch of packages which were added today already (but also list them here) - enable OOo2 build svn path=/nixpkgs/trunk/; revision=4149 --- pkgs/system/all-packages-generic.nix | 42 ++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 3 deletions(-) diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index 940d9bbb4dc..2231a6ea25b 100644 --- a/pkgs/system/all-packages-generic.nix +++ b/pkgs/system/all-packages-generic.nix @@ -127,6 +127,10 @@ rec { }; }; + sablotron = (import ../tools/text/xml/sablotron) { + inherit fetchurl stdenv expat; + }; + jing = (import ../tools/text/xml/jing) { inherit fetchurl stdenv unzip; }; @@ -715,6 +719,16 @@ rec { inherit fetchurl stdenv libogg libvorbis; }; + libwpd = (import ../development/libraries/libwpd) { + inherit fetchurl stdenv pkgconfig libgsf libxml2; + inherit (gnome) glib; + }; + + libgsf = (import ../development/libraries/libgsf) { + inherit fetchurl stdenv perl perlXMLParser pkgconfig libxml2; + inherit (gnome) glib; + }; + libxml2 = (import ../development/libraries/libxml2) { inherit fetchurl stdenv zlib python; # pythonSupport = stdenv.system == "i686-linux"; @@ -737,6 +751,18 @@ rec { inherit fetchurl stdenv perl; }; + libmspack = (import ../development/libraries/libmspack) { + inherit fetchurl stdenv; + }; + + libsndfile = (import ../development/libraries/libsndfile) { + inherit fetchurl stdenv; + }; + + neon = (import ../development/libraries/neon) { + inherit fetchurl stdenv libxml2; + }; + nss = (import ../development/libraries/nss) { inherit fetchurl stdenv perl zip; }; @@ -1054,6 +1080,14 @@ rec { inherit fetchurl perl expat; }; + perlArchiveZip = import ../development/perl-modules/Archive-Zip { + inherit fetchurl perl; + }; + + perlCompressZlib = import ../development/perl-modules/Compress-Zlib { + inherit fetchurl perl; + }; + perlXMLLibXML = import ../development/perl-modules/generic perl { name = "XML-LibXML-1.58"; src = fetchurl { @@ -1385,9 +1419,11 @@ rec { ### APPLICATIONS - #openoffice = (import ../applications/office/openoffice) { - # inherit fetchurl stdenv pam python tcsh libxslt; - #}; + 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 bison flex zip libmspack getopt; + inherit (xlibs) libXaw fontconfig; + inherit (gtkLibs) gtk; + }; cvs = (import ../applications/version-management/cvs) { inherit fetchurl stdenv vim;