forked from mirrors/nixpkgs
libreoffice: add deps needed now (libXdmcp, libpthreadstubs)
Configure phase passes now.
This commit is contained in:
parent
8db9fe47fe
commit
73eead9f13
|
@ -6,10 +6,10 @@
|
||||||
|
|
||||||
{ stdenv, fetchurl, pam, python3, tcsh, libxslt, perl, ArchiveZip
|
{ stdenv, fetchurl, pam, python3, tcsh, libxslt, perl, ArchiveZip
|
||||||
, CompressZlib, zlib, libjpeg, expat, pkgconfigUpstream, freetype, libwpd
|
, CompressZlib, zlib, libjpeg, expat, pkgconfigUpstream, freetype, libwpd
|
||||||
, libxml2, db, sablotron, curl, libXaw, fontconfig, libsndfile, neon
|
, libxml2, db, sablotron, curl, fontconfig, libsndfile, neon
|
||||||
, bison, flex, zip, unzip, gtk, libmspack, getopt, file, cairo, which
|
, bison, flex, zip, unzip, gtk, libmspack, getopt, file, cairo, which
|
||||||
, icu, boost, jdk, ant, libXext, libX11, libXtst, libXi, cups
|
, icu, boost, jdk, ant, cups, xorg
|
||||||
, libXinerama, openssl, gperf, cppunit, GConf, ORBit2, poppler
|
, openssl, gperf, cppunit, GConf, ORBit2, poppler
|
||||||
, librsvg, gnome_vfs, gstreamer, gst_plugins_base, mesa
|
, librsvg, gnome_vfs, gstreamer, gst_plugins_base, mesa
|
||||||
, autoconf, automake, openldap, bash, hunspell, librdf_redland, nss, nspr
|
, autoconf, automake, openldap, bash, hunspell, librdf_redland, nss, nspr
|
||||||
, libwpg, dbus_glib, glibc, qt4, kde4, clucene_core, libcdr, lcms, vigra
|
, libwpg, dbus_glib, glibc, qt4, kde4, clucene_core, libcdr, lcms, vigra
|
||||||
|
@ -246,13 +246,14 @@ stdenv.mkDerivation rec {
|
||||||
make slowcheck
|
make slowcheck
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs =
|
buildInputs = with xorg;
|
||||||
[ ant ArchiveZip autoconf automake bison boost cairo clucene_core
|
[ ant ArchiveZip autoconf automake bison boost cairo clucene_core
|
||||||
CompressZlib cppunit cups curl db dbus_glib expat file flex fontconfig
|
CompressZlib cppunit cups curl db dbus_glib expat file flex fontconfig
|
||||||
freetype GConf getopt gnome_vfs gperf gst_plugins_base gstreamer gtk
|
freetype GConf getopt gnome_vfs gperf gst_plugins_base gstreamer gtk
|
||||||
hunspell icu jdk kde4.kdelibs lcms libcdr libexttextcat unixODBC libjpeg
|
hunspell icu jdk kde4.kdelibs lcms libcdr libexttextcat unixODBC libjpeg
|
||||||
libmspack librdf_redland librsvg libsndfile libvisio libwpd libwpg libX11
|
libmspack librdf_redland librsvg libsndfile libvisio libwpd libwpg libX11
|
||||||
libXaw libXext libXi libXinerama libxml2 libxslt libXtst mdds mesa mythes
|
libXaw libXext libXi libXinerama libxml2 libxslt libXtst
|
||||||
|
libXdmcp libpthreadstubs mdds mesa mythes
|
||||||
neon nspr nss openldap openssl ORBit2 pam perl pkgconfigUpstream poppler
|
neon nspr nss openldap openssl ORBit2 pam perl pkgconfigUpstream poppler
|
||||||
python3 sablotron saneBackends tcsh unzip vigra which zip zlib
|
python3 sablotron saneBackends tcsh unzip vigra which zip zlib
|
||||||
mdds bluez5 glibc libmspub libixion liborcus liblangtag
|
mdds bluez5 glibc libmspub libixion liborcus liblangtag
|
||||||
|
|
Loading…
Reference in a new issue