forked from mirrors/nixpkgs
all-packages.nix: provide mercurialFull package that comes with GUI front-end
This version preferred in user profiles, but not by packages that refer to mercurial by attribute name. svn path=/nixpkgs/trunk/; revision=31777
This commit is contained in:
parent
a118bc809e
commit
3c733ba49f
|
@ -7137,6 +7137,8 @@ let
|
|||
inherit (pythonPackages) ssl curses;
|
||||
};
|
||||
|
||||
mercurialFull = appendToName "full" (pkgs.mercurial.override { guiSupport = true; });
|
||||
|
||||
merkaartor = callPackage ../applications/misc/merkaartor { };
|
||||
|
||||
meshlab = callPackage ../applications/graphics/meshlab {
|
||||
|
|
Loading…
Reference in a new issue