pkgs/applications/version-management/git-and-tools: disable sendEmailSupport on Darwin in gitFull

The required perl libraries don't build on Darwin.

svn path=/nixpkgs/trunk/; revision=21872
This commit is contained in:
Peter Simons 2010-05-19 12:26:17 +00:00
parent dd5add68e1
commit 5e4bf97212

View file

@ -29,7 +29,7 @@ rec {
gitFull = git.override {
svnSupport = true;
guiSupport = true;
sendEmailSupport = true;
sendEmailSupport = stdenv.isDarwin == false;
};
gitGit = import ./git/git-git.nix {