git: set reasonable default features
Git should come with a reasonable set of baseline features. Arguable git-send-email is one of them. Development flows, such as those of Linux, depend on the tool being available. The difference in closure size between this and the previous version is is negligible. There are no additional build-time dependencies pulled in and the runtime closure difference is about 1%.
This commit is contained in:
parent
457ccfb17c
commit
37a44b41fc
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
, withManual ? true
|
||||
, pythonSupport ? true
|
||||
, withpcre2 ? true
|
||||
, sendEmailSupport ? false
|
||||
, sendEmailSupport ? perlSupport
|
||||
, Security, CoreServices
|
||||
, nixosTests
|
||||
, withLibsecret ? false
|
||||
|
|
Loading…
Reference in a new issue