synchronize with trunk

svn path=/nixpkgs/branches/stdenv-updates/; revision=30316
This commit is contained in:
Peter Simons
2011-11-08 10:18:35 +00:00
70 changed files with 829 additions and 2299 deletions
+1 -1
View File
@@ -273,6 +273,6 @@ rec {
# override only the attributes that are already present in the old set
# useful for deep-overriding
overrideExisting = old: new:
old // listToAttrs (map (attr: nameValuePair attr (attrByPath [attr] (getAttr attr old) new)) (attrNames old));
old // listToAttrs (map (attr: nameValuePair attr (attrByPath [attr] (getAttr attr old) new)) (attrNames old));
}
+1 -1
View File
@@ -27,7 +27,7 @@
simons = "Peter Simons <simons@cryp.to>";
thammers = "Tobias Hammerschmidt <jawr@gmx.de>";
urkud = "Yury G. Kudryashov <urkud+nix@ya.ru>";
viric = "Lluís Batlle i Rossell <viriketo@gmail.com>";
viric = "Lluís Batlle i Rossell <viric@viric.name>";
winden = "Antonio Vargas Gonzalez <windenntw@gmail.com>";
z77z = "Marco Maggesi <maggesi@math.unifi.it>";
}