Revert "texinfoInteractive: fixup build by using older perl"
This reverts commit 7a22083e12.
This commit is contained in:
@@ -8743,13 +8743,9 @@ with pkgs;
|
|||||||
texinfo5 = callPackage ../development/tools/misc/texinfo/5.2.nix { };
|
texinfo5 = callPackage ../development/tools/misc/texinfo/5.2.nix { };
|
||||||
texinfo6 = callPackage ../development/tools/misc/texinfo/6.5.nix { };
|
texinfo6 = callPackage ../development/tools/misc/texinfo/6.5.nix { };
|
||||||
texinfo = texinfo6;
|
texinfo = texinfo6;
|
||||||
texinfoInteractive = appendToName "interactive" (texinfo.override {
|
texinfoInteractive = appendToName "interactive" (
|
||||||
interactive = true;
|
texinfo.override { interactive = true; }
|
||||||
# doCheck = true -> some xlocale.h problem with perl 5.28.0
|
);
|
||||||
# (it's mistakenly trying to include the non-existent header)
|
|
||||||
perl = perl526;
|
|
||||||
buildPackages = buildPackages // { perl = buildPackages.perl526; };
|
|
||||||
});
|
|
||||||
|
|
||||||
texi2html = callPackage ../development/tools/misc/texi2html { };
|
texi2html = callPackage ../development/tools/misc/texi2html { };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user