mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 22:20:51 +00:00
Revert "texinfo: revert to version 6.5 on Darwin"
This reverts commit b23940e514
.
This commit is contained in:
parent
e389e24efc
commit
578b2b92de
|
@ -1,4 +0,0 @@
|
|||
import ./common.nix {
|
||||
version = "6.5";
|
||||
sha256 = "0qjzvbvnv9003xdrcpi3jp7y68j4hq2ciw9frh2hghh698zlnxvp";
|
||||
}
|
|
@ -11706,10 +11706,8 @@ 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 = 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…
Reference in a new issue