gitFull: support git send-email on Darwin

This commit is contained in:
Łukasz Jan Niemier
2020-01-16 21:36:29 +00:00
committed by Alyssa Ross
parent 1e70a7e5a8
commit 3d6c99a153
@@ -46,7 +46,7 @@ let
gitFull = gitBase.override {
svnSupport = true;
guiSupport = true;
sendEmailSupport = !stdenv.isDarwin;
sendEmailSupport = true;
withLibsecret = !stdenv.isDarwin;
};