* Try to build with Java support (not yet tested).
svn path=/nixpkgs/trunk/; revision=9262
This commit is contained in:
parent
e68cfbe1b4
commit
028900eb1b
@ -2,7 +2,7 @@
|
|||||||
, perlCompressZlib, zlib, libjpeg, expat, pkgconfig, freetype, libwpd
|
, perlCompressZlib, zlib, libjpeg, expat, pkgconfig, freetype, libwpd
|
||||||
, libxml2, db4, sablotron, curl, libXaw, fontconfig, libsndfile, neon
|
, libxml2, db4, sablotron, curl, libXaw, fontconfig, libsndfile, neon
|
||||||
, bison, flex, zip, unzip, gtk, libmspack, getopt, file, jre, cairo, which
|
, bison, flex, zip, unzip, gtk, libmspack, getopt, file, jre, cairo, which
|
||||||
, icu, boost
|
, icu, boost, jdk, ant
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
@ -30,10 +30,11 @@ stdenv.mkDerivation {
|
|||||||
--with-system-libs
|
--with-system-libs
|
||||||
--with-system-python
|
--with-system-python
|
||||||
--with-system-boost
|
--with-system-boost
|
||||||
|
--with-jdk-home=${jdk}
|
||||||
|
--with-ant-home=${ant}
|
||||||
--without-afms
|
--without-afms
|
||||||
--without-dict
|
--without-dict
|
||||||
--without-fonts
|
--without-fonts
|
||||||
--without-java
|
|
||||||
--without-myspell-dicts
|
--without-myspell-dicts
|
||||||
--without-nas
|
--without-nas
|
||||||
--without-ppds
|
--without-ppds
|
||||||
@ -44,16 +45,17 @@ stdenv.mkDerivation {
|
|||||||
--without-system-xerces
|
--without-system-xerces
|
||||||
--without-system-xml-apis
|
--without-system-xml-apis
|
||||||
--without-system-xt
|
--without-system-xt
|
||||||
|
--without-system-db
|
||||||
";
|
";
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pam python tcsh libxslt perl perlArchiveZip perlCompressZlib zlib
|
pam python tcsh libxslt perl perlArchiveZip perlCompressZlib zlib
|
||||||
libjpeg expat pkgconfig freetype libwpd libxml2 db4 sablotron curl
|
libjpeg expat pkgconfig freetype libwpd libxml2 db4 sablotron curl
|
||||||
libXaw fontconfig libsndfile neon bison flex zip unzip gtk libmspack
|
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 = {
|
meta = {
|
||||||
description = "OpenOffice.org is a multiplatform and multilingual office suite";
|
description = "OpenOffice.org is a multiplatform and multilingual office suite";
|
||||||
|
@ -3398,11 +3398,10 @@ rec {
|
|||||||
perl perlArchiveZip perlCompressZlib zlib libjpeg
|
perl perlArchiveZip perlCompressZlib zlib libjpeg
|
||||||
expat pkgconfig freetype fontconfig libwpd libxml2
|
expat pkgconfig freetype fontconfig libwpd libxml2
|
||||||
db4 sablotron curl libsndfile flex zip unzip libmspack
|
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 (xlibs) libXaw;
|
||||||
inherit (gtkLibs) gtk;
|
inherit (gtkLibs) gtk;
|
||||||
bison = bison23;
|
bison = bison23;
|
||||||
inherit jre;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
opera = import ../applications/networking/browsers/opera {
|
opera = import ../applications/networking/browsers/opera {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user