e12b421add
merge cleanly right away (kde-4, kernel stuff) so it should be merged later. But the stdenv stuff is all there. svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10793
10 lines
290 B
Nix
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 ];
|
|
}
|