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