* Try to build with Java support (not yet tested).

svn path=/nixpkgs/trunk/; revision=9262
This commit is contained in:
Eelco Dolstra 2007-09-06 15:31:41 +00:00
parent e68cfbe1b4
commit 028900eb1b
2 changed files with 8 additions and 7 deletions

@ -2,7 +2,7 @@
, perlCompressZlib, zlib, libjpeg, expat, pkgconfig, freetype, libwpd
, libxml2, db4, sablotron, curl, libXaw, fontconfig, libsndfile, neon
, bison, flex, zip, unzip, gtk, libmspack, getopt, file, jre, cairo, which
, icu, boost
, icu, boost, jdk, ant
}:
stdenv.mkDerivation {
@ -30,10 +30,11 @@ stdenv.mkDerivation {
--with-system-libs
--with-system-python
--with-system-boost
--with-jdk-home=${jdk}
--with-ant-home=${ant}
--without-afms
--without-dict
--without-fonts
--without-java
--without-myspell-dicts
--without-nas
--without-ppds
@ -44,16 +45,17 @@ stdenv.mkDerivation {
--without-system-xerces
--without-system-xml-apis
--without-system-xt
--without-system-db
";
buildInputs = [
buildInputs = [
pam python tcsh libxslt perl perlArchiveZip perlCompressZlib zlib
libjpeg expat pkgconfig freetype libwpd libxml2 db4 sablotron curl
libXaw fontconfig libsndfile neon bison flex zip unzip gtk libmspack
getopt file jre cairo which icu boost
getopt file jdk cairo which icu boost
];
inherit icu;
inherit icu fontconfig;
meta = {
description = "OpenOffice.org is a multiplatform and multilingual office suite";

@ -3398,11 +3398,10 @@ rec {
perl perlArchiveZip perlCompressZlib zlib libjpeg
expat pkgconfig freetype fontconfig libwpd libxml2
db4 sablotron curl libsndfile flex zip unzip libmspack
getopt file neon cairo which icu boost;
getopt file neon cairo which icu boost jre jdk ant;
inherit (xlibs) libXaw;
inherit (gtkLibs) gtk;
bison = bison23;
inherit jre;
};
opera = import ../applications/networking/browsers/opera {