nixpkgs/pkgs/desktops/kde-4/support/strigi.nix
Yury G. Kudryashov 57de138aaf kdesupport: rev761061
svn path=/nixpkgs/branches/stdenv-updates/; revision=10149
2008-01-15 01:41:48 +00:00

10 lines
290 B
Nix

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