summary refs log tree commit diff
path: root/pkgs/desktops/kde-4-old/support/strigi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/kde-4-old/support/strigi.nix')
-rw-r--r--pkgs/desktops/kde-4-old/support/strigi.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/desktops/kde-4-old/support/strigi.nix b/pkgs/desktops/kde-4-old/support/strigi.nix
new file mode 100644
index 0000000000000..d1ec98ea25f94
--- /dev/null
+++ b/pkgs/desktops/kde-4-old/support/strigi.nix
@@ -0,0 +1,9 @@
+args: with args;
+
+stdenv.mkDerivation {
+  name = "strigi-svn";
+  src = svnSrc "strigi" "0dp145n93bqp91lvk2n10mghppyhdm3anh1l3a18d20hrvsm42z5";
+  CLUCENE_HOME=cluceneCore;
+  buildInputs = [ cmake zlib cluceneCore bzip2 libxml2 qt dbus
+  log4cxx stdenv.gcc.libc exiv2 bison cppunit perl ];
+}