mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
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 {
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user