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
166 B
Nix
8 lines
166 B
Nix
args: with args;
|
|
|
|
stdenv.mkDerivation {
|
|
name = "gmm-svn";
|
|
src = svnSrc "gmm" "0qvx9jf17z0mpwy8k6w6bla94gkkslkiv5w98aajfcq34n0zxcpc";
|
|
buildInputs = [ cmake ];
|
|
}
|