gitFull: support git send-email on Darwin
This commit is contained in:
parent
1e70a7e5a8
commit
3d6c99a153
@ -46,7 +46,7 @@ let
|
||||
gitFull = gitBase.override {
|
||||
svnSupport = true;
|
||||
guiSupport = true;
|
||||
sendEmailSupport = !stdenv.isDarwin;
|
||||
sendEmailSupport = true;
|
||||
withLibsecret = !stdenv.isDarwin;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user