texinfo: default to texinfo6.7 on darwin
This commit is contained in:
parent
93e135517a
commit
4e435e6f99
@ -11687,10 +11687,9 @@ in
|
||||
texinfo413 = callPackage ../development/tools/misc/texinfo/4.13a.nix { };
|
||||
texinfo4 = texinfo413;
|
||||
texinfo5 = callPackage ../development/tools/misc/texinfo/5.2.nix { };
|
||||
texinfo6_5 = callPackage ../development/tools/misc/texinfo/6.5.nix { };
|
||||
texinfo6_5 = callPackage ../development/tools/misc/texinfo/6.5.nix { }; # needed for allegro
|
||||
texinfo6 = callPackage ../development/tools/misc/texinfo/6.7.nix { };
|
||||
# Temporarily use older version on Darwin until it works.
|
||||
texinfo = if stdenv.isDarwin then texinfo6_5 else texinfo6;
|
||||
texinfo = texinfo6;
|
||||
texinfoInteractive = appendToName "interactive" (
|
||||
texinfo.override { interactive = true; }
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user