From a0b48e6caefafab60904261fd0c3edb87780c51e Mon Sep 17 00:00:00 2001
From: Eelco Dolstra <eelco.dolstra@logicblox.com>
Date: Thu, 7 Jul 2011 20:48:06 +0000
Subject: [PATCH] * Enable parallel building.

svn path=/nixpkgs/branches/kde-4.7/; revision=27644
---
 pkgs/development/libraries/strigi/default.nix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pkgs/development/libraries/strigi/default.nix b/pkgs/development/libraries/strigi/default.nix
index b9cc3f1f00ab..2f9007c1bb16 100644
--- a/pkgs/development/libraries/strigi/default.nix
+++ b/pkgs/development/libraries/strigi/default.nix
@@ -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";