mercurial: Update to 2.6.1

Also, set a default for web.cacerts so that the system certificates on
NixOS are used.
This commit is contained in:
Eelco Dolstra
2013-05-15 13:15:53 +02:00
parent 000fddd10e
commit e3c641b39a
4 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ rec {
/* Common platform groups on which to test packages. */
inherit (pkgs.lib.platforms) linux darwin cygwin allBut all mesaPlatforms;
inherit (pkgs.lib.platforms) unix linux darwin cygwin allBut all mesaPlatforms;
/* Platform groups for specific kinds of applications. */
x11Supported = linux;