A missing OO.o dependency located.. Why does not configure check for it in the very beginning..

svn path=/nixpkgs/trunk/; revision=17511
This commit is contained in:
Michael Raskin 2009-09-29 15:36:33 +00:00
parent 3872882e93
commit 4a0e45a859
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
, 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
, libXinerama, openssl, gperf, cppunit, GConf
, libXinerama, openssl, gperf, cppunit, GConf, ORBit2
}:
let version = "3.1.1"; in
@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
libjpeg expat pkgconfig freetype libwpd 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
cups libXinerama openssl gperf GConf ORBit2
];
inherit icu fontconfig libjpeg jdk cups;

View file

@ -7240,7 +7240,7 @@ let
inherit (xlibs) libXaw libXext libX11 libXtst libXi libXinerama;
inherit (gtkLibs) gtk;
inherit (perlPackages) ArchiveZip CompressZlib;
inherit (gnome26) GConf;
inherit (gnome26) GConf ORBit2;
};
opera = import ../applications/networking/browsers/opera {