dotnetfx 4.0 is now the default
svn path=/nixpkgs/trunk/; revision=29628
This commit is contained in:
parent
4bd5a070d4
commit
df1cea1903
@ -241,7 +241,7 @@ let
|
|||||||
|
|
||||||
dotnetenv = import ../build-support/dotnetenv {
|
dotnetenv = import ../build-support/dotnetenv {
|
||||||
inherit stdenv;
|
inherit stdenv;
|
||||||
dotnetfx = dotnetfx35;
|
dotnetfx = dotnetfx40;
|
||||||
};
|
};
|
||||||
|
|
||||||
vsenv = callPackage ../build-support/vsenv {
|
vsenv = callPackage ../build-support/vsenv {
|
||||||
@ -592,6 +592,8 @@ let
|
|||||||
|
|
||||||
dotnetfx35 = callPackage ../development/libraries/dotnetfx35 { };
|
dotnetfx35 = callPackage ../development/libraries/dotnetfx35 { };
|
||||||
|
|
||||||
|
dotnetfx40 = callPackage ../development/libraries/dotnetfx40 { };
|
||||||
|
|
||||||
dropbear = callPackage ../tools/networking/dropbear {
|
dropbear = callPackage ../tools/networking/dropbear {
|
||||||
enableStatic = true;
|
enableStatic = true;
|
||||||
zlib = zlibStatic;
|
zlib = zlibStatic;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user