From a0b48e6caefafab60904261fd0c3edb87780c51e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 7 Jul 2011 20:48:06 +0000 Subject: * 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 b9cc3f1f00a..2f9007c1bb1 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"; -- cgit 1.4.1