all-packages.nix: removed comment which I believe to be obsolete

svn path=/nixpkgs/trunk/; revision=31776
This commit is contained in:
Peter Simons 2012-01-21 19:08:52 +00:00
parent 680787f13e
commit a118bc809e

View file

@ -7135,10 +7135,6 @@ let
mercurial = callPackage ../applications/version-management/mercurial {
guiSupport = getConfig ["mercurial" "guiSupport"] false; # for hgk (gitk gui for hg)
inherit (pythonPackages) ssl curses;
# when used with hg-fast-export (git) mercurials files are using
# httplib.FakeSocket which is not provided after python 2.6. (httplib2
# has removed it from its interface).
python = python27;
};
merkaartor = callPackage ../applications/misc/merkaartor { };