* Enable parallel building.
svn path=/nixpkgs/branches/kde-4.7/; revision=27644
This commit is contained in:
parent
c4b631967e
commit
a0b48e6cae
@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs =
|
buildInputs =
|
||||||
[ cmake perl zlib bzip2 stdenv.gcc.libc libxml2 qt4 exiv2 clucene_core fam dbus.tools ];
|
[ cmake perl zlib bzip2 stdenv.gcc.libc libxml2 qt4 exiv2 clucene_core fam dbus.tools ];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://strigi.sourceforge.net;
|
homepage = http://strigi.sourceforge.net;
|
||||||
description = "A very fast and efficient crawler to index data on your harddrive";
|
description = "A very fast and efficient crawler to index data on your harddrive";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user