Skip to content

Commit

Permalink
texinfo: default to texinfo6.7 on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ringer committed Oct 8, 2020
1 parent adbe730 commit 61e1b8e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -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; }
);
Expand Down

0 comments on commit 61e1b8e

Please sign in to comment.