Author: simons
Date: Sat Jan 21 19:08:56 2012
New Revision: 31777
URL: https://nixos.org/websvn/nix/?rev=31777&sc=1
Log:
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.
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:52
2012 (r31776)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix Sat Jan 21 19:08:56
2012 (r31777)
@@ -7137,6 +7137,8 @@
inherit (pythonPackages) ssl curses;
};
+ mercurialFull = appendToName "full" (pkgs.mercurial.override { guiSupport =
true; });
+
merkaartor = callPackage ../applications/misc/merkaartor { };
meshlab = callPackage ../applications/graphics/meshlab {
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits