Author: eelco
Date: Thu Oct  6 11:31:14 2011
New Revision: 29691
URL: http://nixos.org/websvn/nix/?rev=29691&sc=1

Log:
* Neon: build with the new and patched OpenSSL.  With this,
  Subversion can check out the Nix repositories without any
  warnings about untrusted certificates.
* Make Firefox 7 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       Thu Oct  6 11:29:44 
2011        (r29690)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix       Thu Oct  6 11:31:14 
2011        (r29691)
@@ -4203,6 +4203,7 @@
   neon029 = callPackage ../development/libraries/neon/0.29.nix {
     compressionSupport = true;
     sslSupport = true;
+    openssl = opensslNew;
   };
 
   nethack = builderDefsPackage (import ../games/nethack) {
@@ -5958,7 +5959,7 @@
     tunctl = true; mconsole = true;
   };
 
-  untie = callPackage ../os-specific/linux/untie {};
+  untie = callPackage ../os-specific/linux/untie { };
 
   upower = callPackage ../os-specific/linux/upower {
     dbus_glib = pkgs.dbus_glib_0_94;
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to