* Enable parallel building.

svn path=/nixpkgs/branches/kde-4.7/; revision=27644
This commit is contained in:
Eelco Dolstra 2011-07-07 20:48:06 +00:00
parent c4b631967e
commit a0b48e6cae

View file

@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
buildInputs =
[ cmake perl zlib bzip2 stdenv.gcc.libc libxml2 qt4 exiv2 clucene_core fam dbus.tools ];
enableParallelBuilding = true;
meta = {
homepage = http://strigi.sourceforge.net;
description = "A very fast and efficient crawler to index data on your harddrive";