Skip to content

Commit

Permalink
Merge pull request #168340 from SuperSandro2000/git-bool-flags
Browse files Browse the repository at this point in the history
git: add reasonable defaults for boolean flags
  • Loading branch information
SuperSandro2000 authored Apr 12, 2022
2 parents 6e533e3 + a26c549 commit 51df8ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
, openssh, pcre2, bash
, asciidoc, texinfo, xmlto, docbook2x, docbook_xsl, docbook_xml_dtd_45
, libxslt, tcl, tk, makeWrapper, libiconv
, svnSupport, subversionClient, perlLibs, smtpPerlLibs
, svnSupport ? false, subversionClient, perlLibs, smtpPerlLibs
, perlSupport ? stdenv.buildPlatform == stdenv.hostPlatform
, nlsSupport ? true
, osxkeychainSupport ? stdenv.isDarwin
, guiSupport
, guiSupport ? false
, withManual ? true
, pythonSupport ? true
, withpcre2 ? true
, sendEmailSupport
, sendEmailSupport ? false
, darwin
, nixosTests
, withLibsecret ? false
Expand Down
3 changes: 0 additions & 3 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26147,9 +26147,6 @@ with pkgs;
};

git = callPackage ../applications/version-management/git-and-tools/git {
svnSupport = false; # for git-svn support
guiSupport = false; # requires tcl/tk
sendEmailSupport = false; # requires plenty of perl libraries
perlLibs = [perlPackages.LWP perlPackages.URI perlPackages.TermReadKey];
smtpPerlLibs = [
perlPackages.libnet perlPackages.NetSMTPSSL
Expand Down

0 comments on commit 51df8ed

Please sign in to comment.