9fee9c7be4
eventually, but it seems to contain some packages that aren't in kde-4.2 yet). svn path=/nixpkgs/trunk/; revision=14481
9 lines
230 B
Nix
9 lines
230 B
Nix
args: with args;
|
|
|
|
stdenv.mkDerivation {
|
|
name = "soprano-1.9.0svn";
|
|
src = svnSrc "soprano" "02xfp7g41ahxwczkxipyi13rav6akhwgspxdhgk5gm94rg10hq2l";
|
|
CLUCENE_HOME=cluceneCore;
|
|
buildInputs = [ cmake qt cluceneCore redland ];
|
|
}
|