3
0
Fork 0
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:
Peter Simons 2012-01-21 19:08:56 +00:00
parent a118bc809e
commit 3c733ba49f

View file

@ -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 {