Updating from trunk

svn path=/nixpkgs/branches/stdenv-updates/; revision=24038
This commit is contained in:
Lluís Batlle i Rossell
2010-10-03 09:25:34 +00:00
111 changed files with 2109 additions and 903 deletions

View File

@@ -9,7 +9,7 @@ let
buildInputs = map (n: builtins.getAttr n x)
(builtins.attrNames (builtins.removeAttrs x helperArgNames));
sourceInfo = {
sourceInfo = rec {
};
in
rec {