dotnetfx 4.0 is now the default

svn path=/nixpkgs/trunk/; revision=29628
This commit is contained in:
Sander van der Burg 2011-10-04 13:28:32 +00:00
parent 4bd5a070d4
commit df1cea1903

View file

@ -241,7 +241,7 @@ let
dotnetenv = import ../build-support/dotnetenv {
inherit stdenv;
dotnetfx = dotnetfx35;
dotnetfx = dotnetfx40;
};
vsenv = callPackage ../build-support/vsenv {
@ -592,6 +592,8 @@ let
dotnetfx35 = callPackage ../development/libraries/dotnetfx35 { };
dotnetfx40 = callPackage ../development/libraries/dotnetfx40 { };
dropbear = callPackage ../tools/networking/dropbear {
enableStatic = true;
zlib = zlibStatic;