all-packages.nix: remove redundant texinfo5 overrides

Texinfo 5.x is the default version now.
This commit is contained in:
Peter Simons
2014-01-21 20:29:34 +01:00
parent 3d8b0401c2
commit 712458c3fc
+8 -14
View File
@@ -813,7 +813,6 @@ let
docbook2x = callPackage ../tools/typesetting/docbook2x { docbook2x = callPackage ../tools/typesetting/docbook2x {
inherit (perlPackages) XMLSAX XMLParser XMLNamespaceSupport; inherit (perlPackages) XMLSAX XMLParser XMLNamespaceSupport;
texinfo = texinfo5;
}; };
dosfstools = callPackage ../tools/filesystems/dosfstools { }; dosfstools = callPackage ../tools/filesystems/dosfstools { };
@@ -1294,7 +1293,7 @@ let
lxc = callPackage ../os-specific/linux/lxc { }; lxc = callPackage ../os-specific/linux/lxc { };
lzip = callPackage ../tools/compression/lzip { texinfo = texinfo5; }; lzip = callPackage ../tools/compression/lzip { };
lzma = xz; lzma = xz;
@@ -2257,7 +2256,6 @@ let
bashInteractive = appendToName "interactive" (callPackage ../shells/bash { bashInteractive = appendToName "interactive" (callPackage ../shells/bash {
interactive = true; interactive = true;
texinfo = texinfo5;
}); });
bashCompletion = callPackage ../shells/bash-completion { }; bashCompletion = callPackage ../shells/bash-completion { };
@@ -4020,12 +4018,9 @@ let
ffmpeg_1 = callPackage ../development/libraries/ffmpeg/1.x.nix { ffmpeg_1 = callPackage ../development/libraries/ffmpeg/1.x.nix {
vpxSupport = !stdenv.isMips; vpxSupport = !stdenv.isMips;
texinfo = texinfo5;
}; };
ffmpeg_2 = callPackage ../development/libraries/ffmpeg/2.x.nix { ffmpeg_2 = callPackage ../development/libraries/ffmpeg/2.x.nix { };
texinfo = texinfo5;
};
ffmpeg = ffmpeg_2; ffmpeg = ffmpeg_2;
@@ -7576,7 +7571,6 @@ let
librsvg = null; librsvg = null;
alsaLib = null; alsaLib = null;
imagemagick = null; imagemagick = null;
texinfo = texinfo5;
# use clangStdenv on darwin to deal with: unexec: 'my_edata is not in # use clangStdenv on darwin to deal with: unexec: 'my_edata is not in
# section __data' # section __data'
@@ -7594,7 +7588,7 @@ let
autoComplete = callPackage ../applications/editors/emacs-modes/auto-complete { }; autoComplete = callPackage ../applications/editors/emacs-modes/auto-complete { };
bbdb = callPackage ../applications/editors/emacs-modes/bbdb { texinfo = texinfo5; }; bbdb = callPackage ../applications/editors/emacs-modes/bbdb { };
cedet = callPackage ../applications/editors/emacs-modes/cedet { }; cedet = callPackage ../applications/editors/emacs-modes/cedet { };
@@ -7614,9 +7608,9 @@ let
emacsSessionManagement = callPackage ../applications/editors/emacs-modes/session-management-for-emacs { }; emacsSessionManagement = callPackage ../applications/editors/emacs-modes/session-management-for-emacs { };
emacsw3m = callPackage ../applications/editors/emacs-modes/emacs-w3m { texinfo = texinfo5; }; emacsw3m = callPackage ../applications/editors/emacs-modes/emacs-w3m { };
emms = callPackage ../applications/editors/emacs-modes/emms { texinfo = texinfo5; }; emms = callPackage ../applications/editors/emacs-modes/emms { };
ess = callPackage ../applications/editors/emacs-modes/ess { }; ess = callPackage ../applications/editors/emacs-modes/ess { };
@@ -7654,7 +7648,7 @@ let
loremIpsum = callPackage ../applications/editors/emacs-modes/lorem-ipsum { }; loremIpsum = callPackage ../applications/editors/emacs-modes/lorem-ipsum { };
magit = callPackage ../applications/editors/emacs-modes/magit { texinfo = texinfo5; }; magit = callPackage ../applications/editors/emacs-modes/magit { };
maudeMode = callPackage ../applications/editors/emacs-modes/maude { }; maudeMode = callPackage ../applications/editors/emacs-modes/maude { };
@@ -7664,7 +7658,7 @@ let
# This is usually a newer version of Org-Mode than that found in GNU Emacs, so # This is usually a newer version of Org-Mode than that found in GNU Emacs, so
# we want it to have higher precedence. # we want it to have higher precedence.
org = hiPrio (callPackage ../applications/editors/emacs-modes/org { texinfo = texinfo5; }); org = hiPrio (callPackage ../applications/editors/emacs-modes/org { };
org2blog = callPackage ../applications/editors/emacs-modes/org2blog { }; org2blog = callPackage ../applications/editors/emacs-modes/org2blog { };
@@ -10170,7 +10164,7 @@ let
texLiveFull = lib.setName "texlive-full" (texLiveAggregationFun { texLiveFull = lib.setName "texlive-full" (texLiveAggregationFun {
paths = [ texLive texLiveExtra lmodern texLiveCMSuper texLiveLatexXColor paths = [ texLive texLiveExtra lmodern texLiveCMSuper texLiveLatexXColor
texLivePGF texLiveBeamer texLiveModerncv tipa tex4ht texinfo5 texLivePGF texLiveBeamer texLiveModerncv tipa tex4ht texinfo
texLiveModerntimeline ]; texLiveModerntimeline ];
}); });