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
+6 -2
View File
@@ -77,7 +77,11 @@ stdenv.mkDerivation rec {
license = "GPLv3+";
maintainers = [ stdenv.lib.maintainers.ludo ];
platforms = stdenv.lib.platforms.gnu;
maintainers = with stdenv.lib.maintainers; [ ludo shlevy ];
platforms = if EFIsupport then
[ "i686-linux" "x86_64-linux" ]
else
stdenv.lib.platforms.gnu;
};
}