nixpkgs/pkgs/desktops/kde-4/support/strigi.nix
Yury G. Kudryashov 8c23c4a8a1 kde4-support: new svn revision
svn path=/nixpkgs/branches/stdenv-updates/; revision=9912
2007-12-12 00:20:42 +00:00

10 lines
290 B
Nix

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 ];
}