Typo in strigi

svn path=/nixpkgs/branches/stdenv-updates/; revision=10485
This commit is contained in:
Yury G. Kudryashov 2008-02-03 16:42:28 +00:00
parent 900a743888
commit b4c440e72e

View file

@ -4,6 +4,6 @@ stdenv.mkDerivation {
name = "strigi-svn";
src = svnSrc "strigi" "0zmfy7ga4y49hl3rgw8ypqag36k78k2wfkkxka8xskrd249516ha";
CLUCENE_HOME=cluceneCore;
buildInputs = [ cmake zlib cluceneCore bzip2 libxml2 qt dbus
buildInputs = [ cmake zlib cluceneCore bzip2 libxml2 qt dbus.libs
log4cxx stdenv.gcc.libc exiv2 bison cppunit perl ];
}