Author: simons
Date: Sat Jan 21 19:08:58 2012
New Revision: 31778
URL: https://nixos.org/websvn/nix/?rev=31778&sc=1
Log:
mercurial: remove obsolete 'getConfig' mechanism to enable/disable GUI in favor
of override
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 Sat Jan 21 19:08:56
2012 (r31777)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix Sat Jan 21 19:08:58
2012 (r31778)
@@ -7133,8 +7133,8 @@
};
mercurial = callPackage ../applications/version-management/mercurial {
- guiSupport = getConfig ["mercurial" "guiSupport"] false; # for hgk (gitk
gui for hg)
inherit (pythonPackages) ssl curses;
+ guiSupport = false; # use mercurialFull to get hgk GUI
};
mercurialFull = appendToName "full" (pkgs.mercurial.override { guiSupport =
true; });
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits