lol

* Enable parallel building.

svn path=/nixpkgs/branches/kde-4.7/; revision=27644

+2
+2
pkgs/development/libraries/strigi/default.nix
··· 18 18 buildInputs = 19 19 [ cmake perl zlib bzip2 stdenv.gcc.libc libxml2 qt4 exiv2 clucene_core fam dbus.tools ]; 20 20 21 + enableParallelBuilding = true; 22 + 21 23 meta = { 22 24 homepage = http://strigi.sourceforge.net; 23 25 description = "A very fast and efficient crawler to index data on your harddrive";