Revert "Fixing LibreOffice configure for now"

This reverts commit 9e4bee5270adbfa498eb1bc36be58fac753aaaf7.
This commit is contained in:
Mathijs Kwik 2013-06-05 22:51:21 +02:00
parent 619b024600
commit a479aafb75
2 changed files with 6 additions and 14 deletions

View File

@ -7,9 +7,7 @@
, librsvg, gnome_vfs, gstreamer, gst_plugins_base, mesa
, autoconf, automake, openldap, bash, hunspell, librdf_redland, nss, nspr
, libwpg, dbus_glib, qt4, kde4, clucene_core_2, libcdr, lcms2, vigra
, libiodbc, mdds, saneBackends, mythes, libexttextcat, libvisio, libdrm
, libXdamage, damageproto, fixesproto, libXfixes, libxcb
, libXxf86vm, xf86vidmodeproto
, libiodbc, mdds, saneBackends, mythes, libexttextcat, libvisio
, fontsConf
, langs ? [ "en-US" "en-GB" "ca" "ru" "eo" "fr" "nl" "de" ]
}:
@ -165,18 +163,13 @@ stdenv.mkDerivation rec {
buildInputs =
[ ant ArchiveZip autoconf automake bison boost cairo clucene_core_2
CompressZlib cppunit cups curl damageproto
db4 dbus_glib expat file fixesproto flex fontconfig
CompressZlib cppunit cups curl db4 dbus_glib expat file flex fontconfig
freetype GConf getopt gnome_vfs gperf gst_plugins_base gstreamer gtk
hunspell icu jdk kde4.kdelibs lcms2 libcdr libdrm
libexttextcat libiodbc libjpeg
hunspell icu jdk kde4.kdelibs lcms2 libcdr libexttextcat libiodbc libjpeg
libmspack librdf_redland librsvg libsndfile libvisio libwpd libwpg libX11
libXaw libxcb libXdamage
libXext libXfixes libXi libXinerama
libxml2 libxslt libXtst libXxf86vm mdds mesa mythes
libXaw libXext libXi libXinerama libxml2 libxslt libXtst mdds mesa mythes
neon nspr nss openldap openssl ORBit2 pam perl pkgconfigUpstream poppler
python sablotron saneBackends tcsh unzip vigra xf86vidmodeproto
which zip zlib
python sablotron saneBackends tcsh unzip vigra which zip zlib
];
meta = {

View File

@ -7579,8 +7579,7 @@ let
libreoffice = callPackage ../applications/office/libreoffice {
inherit (perlPackages) ArchiveZip CompressZlib;
inherit (gnome2) GConf ORBit2 gnome_vfs;
gtk = gtk2;
inherit (gnome) GConf ORBit2 gnome_vfs;
zip = zip.override { enableNLS = false; };
boost = boost149;
jdk = openjdk;