Let's see if go_oo will build without system libwpd. The libwpd required by oo.org fails to build.

svn path=/nixpkgs/trunk/; revision=32860
This commit is contained in:
Lluís Batlle i Rossell 2012-03-07 21:48:26 +00:00
parent 5335c6d816
commit c62d643520
2 changed files with 3 additions and 4 deletions

View file

@ -1,5 +1,5 @@
{ stdenv, fetchurl, pam, python, tcsh, libxslt, perl, ArchiveZip
, CompressZlib, zlib, libjpeg, expat, pkgconfig, freetype, libwpd
, CompressZlib, zlib, libjpeg, expat, pkgconfig, freetype
, libxml2, db4, sablotron, curl, libXaw, fontconfig, libsndfile, neon
, bison, flex, zip, unzip, gtk, libmspack, getopt, file, cairo, which
, icu, boost, jdk, ant, libXext, libX11, libXtst, libXi, cups
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
sed -i -e '1s,/usr/bin/python,${python}/bin/python,' bin/*.py
echo "$distroFlags" > distro-configs/SUSE-11.1.conf.in
./configure --with-distro=SUSE-11.1 --with-system-libwpd --without-git --with-system-cairo \
./configure --with-distro=SUSE-11.1 --without-system-libwpd --without-git --with-system-cairo \
--with-lang="${langsSpaces}" --with-tag=${tag} --without-split
'';
@ -132,7 +132,7 @@ stdenv.mkDerivation rec {
buildInputs = [
pam python tcsh libxslt perl ArchiveZip CompressZlib zlib
libjpeg expat pkgconfig freetype libwpd libxml2 db4 sablotron curl
libjpeg expat pkgconfig freetype libxml2 db4 sablotron curl
libXaw fontconfig libsndfile neon bison flex zip unzip gtk libmspack
getopt file jdk cairo which icu boost libXext libX11 libXtst libXi
cups libXinerama openssl gperf GConf ORBit2

View file

@ -7126,7 +7126,6 @@ let
inherit (perlPackages) ArchiveZip CompressZlib;
inherit (gnome) GConf ORBit2;
neon = neon029;
libwpd = libwpd_08;
zip = zip.override { enableNLS = false; };
};