9fee9c7be4
eventually, but it seems to contain some packages that aren't in kde-4.2 yet). svn path=/nixpkgs/trunk/; revision=14481
8 lines
188 B
Nix
8 lines
188 B
Nix
args: with args;
|
|
|
|
stdenv.mkDerivation {
|
|
name = "qimageblitz-4.0.0svn";
|
|
src = svnSrc "qimageblitz" "0gi78bald70bc540jqcpa70x23hycywibn4raf5602hv4d5n8mnx";
|
|
buildInputs = [cmake qt];
|
|
}
|