summary refs log tree commit diff
path: root/pkgs/desktops/kde-4/support/strigi.nix
blob: 75a9ed8c651ef7cd3eb2e3e8e0121d0cb7b3f020 (plain) (blame)
1
2
3
4
5
6
7
8
9
args: with args;

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