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