Author: sandervanderburg
Date: Tue Oct  4 13:28:32 2011
New Revision: 29628
URL: https://ssl.nixos.org/websvn/nix/?rev=29628&sc=1

Log:
dotnetfx 4.0 is now the default

Modified:
   nixpkgs/trunk/pkgs/top-level/all-packages.nix

Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/all-packages.nix       Tue Oct  4 13:12:45 
2011        (r29627)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix       Tue Oct  4 13:28:32 
2011        (r29628)
@@ -241,7 +241,7 @@
 
   dotnetenv = import ../build-support/dotnetenv {
     inherit stdenv;
-    dotnetfx = dotnetfx35;
+    dotnetfx = dotnetfx40;
   };
 
   vsenv = callPackage ../build-support/vsenv {
@@ -592,6 +592,8 @@
 
   dotnetfx35 = callPackage ../development/libraries/dotnetfx35 { };
 
+  dotnetfx40 = callPackage ../development/libraries/dotnetfx40 { };
+
   dropbear = callPackage ../tools/networking/dropbear {
     enableStatic = true;
     zlib = zlibStatic;
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to