git: use default texinfo
This commit is contained in:
parent
5fc8ebdda0
commit
7705c76c49
@ -4,7 +4,6 @@
|
|||||||
args @ {config, lib, pkgs}: with args; with pkgs;
|
args @ {config, lib, pkgs}: with args; with pkgs;
|
||||||
let
|
let
|
||||||
gitBase = callPackage ./git {
|
gitBase = callPackage ./git {
|
||||||
texinfo = texinfo5;
|
|
||||||
svnSupport = false; # for git-svn support
|
svnSupport = false; # for git-svn support
|
||||||
guiSupport = false; # requires tcl/tk
|
guiSupport = false; # requires tcl/tk
|
||||||
sendEmailSupport = false; # requires plenty of perl libraries
|
sendEmailSupport = false; # requires plenty of perl libraries
|
||||||
|
Loading…
Reference in New Issue
Block a user