about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorxeji <36407913+xeji@users.noreply.github.com>2018-09-09 12:04:28 +0200
committerGitHub <noreply@github.com>2018-09-09 12:04:28 +0200
commit5870a61b04a41b89f170ee612f9e5b23772077d0 (patch)
tree0fa8518b666500e43efd4f1d8f14f227a82c5357 /pkgs/applications
parent1ac912bf1b964f0703b1bd8b10fb445006cdc383 (diff)
parent53c9efe9e51fa7355a4a41c559f08d4b2cff496e (diff)
downloadnixlib-5870a61b04a41b89f170ee612f9e5b23772077d0.tar
nixlib-5870a61b04a41b89f170ee612f9e5b23772077d0.tar.gz
nixlib-5870a61b04a41b89f170ee612f9e5b23772077d0.tar.bz2
nixlib-5870a61b04a41b89f170ee612f9e5b23772077d0.tar.lz
nixlib-5870a61b04a41b89f170ee612f9e5b23772077d0.tar.xz
nixlib-5870a61b04a41b89f170ee612f9e5b23772077d0.tar.zst
nixlib-5870a61b04a41b89f170ee612f9e5b23772077d0.zip
Merge pull request #46404 from oxij/pkgs/default-texinfo
git, gpgme: use default texinfo
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/version-management/git-and-tools/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/version-management/git-and-tools/default.nix b/pkgs/applications/version-management/git-and-tools/default.nix
index 2093c86b050c..10c3d3391d60 100644
--- a/pkgs/applications/version-management/git-and-tools/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/default.nix
@@ -4,7 +4,6 @@
 args @ {config, lib, pkgs}: with args; with pkgs;
 let
   gitBase = callPackage ./git {
-    texinfo = texinfo5;
     svnSupport = false;         # for git-svn support
     guiSupport = false;         # requires tcl/tk
     sendEmailSupport = false;   # requires plenty of perl libraries